gbox-sdk
    Preparing search index...

    Interface BoxExecuteCommandsResponse

    Result of command execution

    interface BoxExecuteCommandsResponse {
        exitCode: number;
        stderr: string;
        stdout: string;
    }
    Index

    Properties

    exitCode: number

    The exit code of the command

    stderr: string

    The standard error output of the command

    stdout: string

    The standard output of the command