@adviser/cement - v0.0.0
    Preparing search index...

    Interface SleepAbort

    interface SleepAbort {
        state: "aborted";
        reason: Error;
        isOk: false;
        isErr: false;
        isAborted: true;
    }

    Hierarchy (View Summary)

    Index

    Properties

    state: "aborted"
    reason: Error
    isOk: false
    isErr: false
    isAborted: true