TroubleshootingAsyncTask
TroubleshootingAsyncTask
The details about the state of the async task.
JSON Example
{
"state": "string",
"response": {
"fileName": "string"
}
}
string
state
Optional
The state of the async task. The value is one of - 'NOT_STARTED', 'STARTED', 'RUNNING', 'COMPLETED', 'FAILED'.