gespenst API - v0.1.1
    Preparing search index...

    Interface BashKitShellExit

    Final status of a BashKit shell session.

    interface BashKitShellExit {
        code: number;
        reason: BashKitShellExitReason;
    }
    Index
    code: number

    Bash-compatible exit code.

    Operation that ended the session.