yajsapi / Exports / executor/events / CommandStdOut
executor/events.CommandStdOut
-
↳ CommandStdOut
• new CommandStdOut(__namedParameters
)
Parameters
Name | Type |
---|---|
__namedParameters |
Object |
Inherited from
Defined in
yajsapi/executor/events.ts:314
• 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
• output: string
Defined in
yajsapi/executor/events.ts:453
• 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