Skip to main content

Interface: RunResult

Represents the result of running a command.

Properties

command

command: string

The command that was executed.

Defined in

packages/extension-api/src/extension-api.d.ts:4070


stderr

stderr: string

The standard error (stderr) content of the command.

Defined in

packages/extension-api/src/extension-api.d.ts:4080


stdout

stdout: string

The standard output (stdout) content of the command.

Defined in

packages/extension-api/src/extension-api.d.ts:4075