Returns True if the StopWatch object is running. Read only Boolean.
The following example uses the IsRunning property to detect if the StopWatch object has been started.
If World.StopWatch.IsRunning Then World.StopWatch.StopIt