Type alias p_result

p_result: {
    command: string;
    return_value: number;
    stderr: string;
    stdout: string;
    successful: boolean;
}

Result of process execution

Type declaration

  • command: string
  • return_value: number
  • stderr: string
  • stdout: string
  • successful: boolean

Generated using TypeDoc