JS API Reference
Interface: ResultData<T>
activity/results.ResultData
Type parameters
Name | Type |
---|---|
T | any |
Implemented by
Table of contents
Properties
Properties
index
• index: number
Index of script command
Defined in
eventDate
• eventDate: string
The datetime of the event on which the result was received
Defined in
result
• result: "Ok"
| "Error"
If is success
Defined in
stdout
• Optional
stdout: null
| string
| ArrayBuffer
stdout of script command
Defined in
stderr
• Optional
stderr: null
| string
| ArrayBuffer
stderr of script command
Defined in
message
• Optional
message: null
| string
an error message if the result is not successful
Defined in
isBatchFinished
• Optional
isBatchFinished: boolean
Is batch of already finished
Defined in
data
• Optional
data: T
In case the command was related to upload or download, this will contain the transferred data