Skip to main content

Interface: RunResult

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

Represents the result of running a command.

Properties

command

command: string

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

The command that was executed.


stderr

stderr: string

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

The standard error (stderr) content of the command.


stdout

stdout: string

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

The standard output (stdout) content of the command.