(Filename: Actor Framework.lvlib:Actor.lvclass:Read Autostop Nested Actor Count.vi)

Returns the number of auto-stop nested actors that were launched by an actor but have not yet sent back their Last Ack messages. Use this VI to detect whether all nested actors have finished working.

Note Nested actors launched with Auto-stop? set to FALSE will not be included in this count; actors are responsible for counting those actors themselves.


icon

Inputs/Outputs

  • cActor_Framework_lvlib_Actorlvclass.png Actor in

    Actor in specifies the actor.

  • ii32.png Count

    Count returns the number of auto-stop nested actors that were launched by the specified actor but have not yet sent back their Last Ack messages.