This topic has not yet been rated - Rate this topic

Stopwatch.IsRunning Property

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
true if the Stopwatch instance is currently running and measuring elapsed time for an interval; otherwise, false.

XNA Framework

Supported in: Xbox 360

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.