JsonCommandResult: { ok: boolean; message: string; errorMessage?: string }

The message representing the command result.

Type declaration

  • ok: boolean

    Whether the command was successful

  • message: string

    The stdout of the command.

  • Optional errorMessage?: string

    The stderr of the command

Generated using TypeDoc