Gets a value indicating whether the System.Diagnostics.Stopwatch timer is running.
Documentation for this section has not yet been entered.
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.