Click or drag to resize
DigitalRuneStopwatchIsRunning Property
Gets a value indicating whether this instance is running.

Namespace: DigitalRune.Diagnostics
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public bool IsRunning { get; }

Property Value

Type: Boolean
true if this instance is running; otherwise, false.
See Also