ClockController.Resume Method

Definition

Enables a Clock that was previously paused to resume progressing.

public:
 void Resume();
public void Resume ();
member this.Resume : unit -> unit
Public Sub 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

See also