JobResults
successboolean
Indicates whether the job was successful.
jobStatusstring
The current status of the job.
Possible values: [created
, started
, finished
, failed
, used
, restarted
]
errorstring
Error message if the job failed.
results object[]
JobResults
{
"success": true,
"jobStatus": "created",
"error": "string",
"results": [
{
"success": true,
"error": "string",
"tx": "string",
"status": "string",
"hash": "string"
}
]
}