IsRunning Property

See Also Applies To Example Model

Returns True if the StopWatch object is running. Read only Boolean.

Example

The following example uses the IsRunning property to detect if the StopWatch object has been started.

If World.StopWatch.IsRunning Then World.StopWatch.StopIt