Script API - v26.50.27
    Preparing search index...

    Class WorldClockOnPausedAfterEventBeta

    Contains information related to a WorldClock being paused.

    export class WorldClockOnPausedAfterEvent {
    private constructor();
    readonly clock: WorldClock;
    }
    Index

    Constructors

    Properties

    Constructors

    Properties

    clock: WorldClock

    The world clock that was paused.

    This property can't be read in early-execution mode.