yajsapi / Exports / executor/events / CommandExecuted
executor/events.CommandExecuted
-
↳ CommandExecuted
• new CommandExecuted(__namedParameters
)
Parameters
Name | Type |
---|---|
__namedParameters |
Object |
Overrides
Defined in
yajsapi/executor/events.ts:328
• Optional
agr_id: string
Inherited from
Defined in
yajsapi/executor/events.ts:123
• cmd_idx: number
Inherited from
Defined in
yajsapi/executor/events.ts:314
• Optional
command: any
Defined in
yajsapi/executor/events.ts:324
• Optional
message: string
Defined in
yajsapi/executor/events.ts:326
• Optional
stderr: string
Defined in
yajsapi/executor/events.ts:328
• Optional
stdout: string
Defined in
yajsapi/executor/events.ts:327
• Optional
success: boolean
Defined in
yajsapi/executor/events.ts:325
• Optional
task_id: null
| string
Inherited from
Defined in
yajsapi/executor/events.ts:284
▸ extract_exc_info(): [undefined
| null
| Error
, YaEvent]
Extract exception information from this event.
Returns
[undefined
| null
| Error
, YaEvent]
The extracted exception information and a copy of the event without the exception information.
Inherited from
Defined in