TerminalInterrupted
Interface: TerminalInterrupted
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/terminal.ts:42
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 |
interrupted | boolean | - | - | common/types/src/codeboltjstypes/libFunctionTypes/terminal.ts:44 |
message? | string | - | BaseTerminalSDKResponse.message | common/types/src/codeboltjstypes/libFunctionTypes/terminal.ts:10 |
success? | boolean | - | BaseTerminalSDKResponse.success | common/types/src/codeboltjstypes/libFunctionTypes/terminal.ts:9 |
type? | "terminalInterrupted" | BaseTerminalSDKResponse.type | - | common/types/src/codeboltjstypes/libFunctionTypes/terminal.ts:43 |