CommandFinish
Interface: CommandFinish
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/terminal.ts:29
Terminal SDK Function Types Types for the cbterminal module functions
Extends
Properties
| Property | Type | Overrides | Inherited from | Defined in |
|---|---|---|---|---|
error? | string | - | BaseTerminalSDKResponse.error | common/types/src/codeboltjstypes/libFunctionTypes/terminal.ts:11 |
exitCode | number | - | - | common/types/src/codeboltjstypes/libFunctionTypes/terminal.ts:31 |
message? | string | - | BaseTerminalSDKResponse.message | common/types/src/codeboltjstypes/libFunctionTypes/terminal.ts:10 |
stderr? | string | - | - | common/types/src/codeboltjstypes/libFunctionTypes/terminal.ts:33 |
stdout? | string | - | - | common/types/src/codeboltjstypes/libFunctionTypes/terminal.ts:32 |
success? | boolean | - | BaseTerminalSDKResponse.success | common/types/src/codeboltjstypes/libFunctionTypes/terminal.ts:9 |
type? | "commandFinish" | BaseTerminalSDKResponse.type | - | common/types/src/codeboltjstypes/libFunctionTypes/terminal.ts:30 |