Timer

Timer This node provides a stopwatch functionality.

The Timer Node implements a stopwatch like functionality which counts down from a predefined StartTime value and fires an Elapsed event when zero is reached. The resolution is one millisecond. Start, Stop, Continue and Reset Methods control the progress of the Timer. If StartTime is set to a new value Reset must be activated to set the Timer to the new value.

The output property Running indicates if the Timer is currently running or stopped. This can be used to run animations while the Timer is running, for example.