Skip to main content

Interface: RunResult

Defined in: packages/extension-api/src/extension-api.d.ts:4332

Represents the result of running a command.

Properties

command

command: string

Defined in: packages/extension-api/src/extension-api.d.ts:4336

The command that was executed.


stderr

stderr: string

Defined in: packages/extension-api/src/extension-api.d.ts:4346

The standard error (stderr) content of the command.


stdout

stdout: string

Defined in: packages/extension-api/src/extension-api.d.ts:4341

The standard output (stdout) content of the command.