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

| Argument | Description |
|---|---|
| Time Source | The Time Source to pause |

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.