Anchorage API reference
    Preparing search index...

    Interface SuspensionTimeoutEnvelope

    interface SuspensionTimeoutEnvelope {
        deadlineAt: number;
        expiredAt: number;
        step: string;
    }
    Index

    Properties

    deadlineAt: number

    Epoch milliseconds the deadline was armed for.

    expiredAt: number

    Epoch milliseconds the wake acted on it.

    step: string

    Id of the step whose deadline expired.