IsRunning Property
Collapse the table of content
Expand the table of content

Stopwatch.IsRunning Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets a value indicating whether the Stopwatch timer is running.

Namespace:  System.Diagnostics
Assembly:  System (in System.dll)

public bool IsRunning { get; }

Property Value

Type: System.Boolean
Returns Boolean.
true if the Stopwatch instance is currently running and measuring elapsed time for an interval; otherwise, false.

A Stopwatch instance begins running with a call to Start() or StartNew(). The instance stops running with a call to Stop() or Reset().

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft