System.Diagnostics.Stopwatch.IsRunning Property

Gets a value indicating whether the System.Diagnostics.Stopwatch timer is running.

Syntax

public bool IsRunning { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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

Requirements

Namespace: System.Diagnostics
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0