ClockController.Resume Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.