ClockController.Resume Method

Definition

Enables a Clock that was previously paused to resume progressing.

C#
public void Resume();

Remarks

You can pause or resume a Clock regardless of its current state, and pausing or resuming a clock does not change its current state. A clock can be paused while Active, Stopped, or Filling. The only way to resume a paused clock is by using the Resume method. Resuming a clock implicitly resumes its children. Calling this method on a clock that is not paused has no effect.

Resuming a paused clock triggers the CurrentGlobalSpeedInvalidated event.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also