BubbleList
(Engine-Level Function)
Description: | Lists the running child bubbles of the current bubble. |
Returns: | Array of bubble handles |
Usage: | Script Only. |
Function Groups: | Bubble and Thread |
Related to: | Bubble | BubbleQueueLength | BubbleReceive |BubbleSend | RunInBubble |
Format: | BubbleList() |
Parameters: | none |
Comments: |
It is possible for a parent bubble to be holding on to a bubble handle for a child bubble that has since stopped. (Refer to comments within the Bubble function.) That bubble handle will not be included in the set of results returned by BubbleList. |