Skip to main content

Interface: RunResult

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

Represents the result of running a command.

Properties

command

command: string

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

The command that was executed.


stderr

stderr: string

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

The standard error (stderr) content of the command.


stdout

stdout: string

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

The standard output (stdout) content of the command.