The fire n forget ACBR does leave you with a ref to the clone AS IT LAUNCHED! but doesn't trace status of the clones very well
I try to avoid having unmanageable clones. One helpful code chunk that I do use it this running inside the plugin::
I actually use the Queue as a named map. a Global Map of "VI Names" to Void Variant with Attributes "CloneName" type VI Refnum would be faster but Maps didn't exist when I did that the first time
The trick is to eliminate the element by vi ref from the named queue before closing the clone. but it does maintain a context wide accessible list of active clone instances per reentrant vi. Very useful when you don't know how many plugins will launch! A quick Get Queue Status will always return a list of running <Clone Name, VI Ref to Clone Instance>[ ]
Attached saved in 2019
"Should be" isn't "Is" -Jay