edgeport - v1.0.3
    Preparing search index...

    Interface ExecResult

    The result of running a command to completion.

    interface ExecResult {
        code: number;
        stderr: Uint8Array;
        stdout: Uint8Array;
    }
    Index
    code: number
    stderr: Uint8Array
    stdout: Uint8Array