Anchorage API reference
    Preparing search index...

    Raw process result returned by an injected AgentCliExec.

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

    Properties

    exitCode: number

    Integer process exit code.

    stderr: string

    Standard error captured from the process.

    stdout: string

    Standard output captured from the process.