TerminalInterruptResponse
Interface: TerminalInterruptResponse
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/terminal.ts:37
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:39 |
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? | "terminalInterruptResponse" | BaseTerminalSDKResponse.type | - | common/types/src/codeboltjstypes/libFunctionTypes/terminal.ts:38 |