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

    Interface SleepBase

    interface SleepBase {
        state: "error" | "sleeped" | "aborted";
        isOk: boolean;
        isErr: boolean;
        isAborted: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    state: "error" | "sleeped" | "aborted"
    isOk: boolean
    isErr: boolean
    isAborted: boolean