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

    Class WorldClockOnResumedAfterEventBeta

    Contains information related to a WorldClock being resumed.

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

    Constructors

    Properties

    Constructors

    Properties

    clock: WorldClock

    The world clock that was resumed.

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