Resume Time Source

This action resumes the given Time Source and its children. It must have been previously paused using Pause Time Source.

 

Action Syntax:

Arguments:

ArgumentDescription
Time SourceThe Time Source to pause

 

Example:


This code block would ideally run in a Key Press event.

It checks if the state of a Time Source is "active", and in that case, it pauses that Time Source.

However, if the state is "paused", it resumes the Time Source.