Get Children

This action returns an array containing all the child Time Sources for the given Time Source.

The resulting array is stored in the Target variable.

 

Action Syntax:

Arguments:

ArgumentDescription
Time SourceThe Time Source to get the children of
TargetThe variable to store the array
TempWhether the variable should be created as a temporary variable

 

Example:


This gets the children for a Time Source, and loops through the array to destroy each child Time Source.

At the end it destroys the parent Time Source.