Beta
Contains information related to a WorldClock being paused.
export class WorldClockOnPausedAfterEvent { private constructor(); readonly clock: WorldClock;} Copy
export class WorldClockOnPausedAfterEvent { private constructor(); readonly clock: WorldClock;}
Private
Readonly
The world clock that was paused.
This property can't be read in early-execution mode.
Contains information related to a WorldClock being paused.
Source