GET api/AI/GetAIQueueStatus
TODO
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
TODO
ObjResultOfAIQueueStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | AIQueueStatus |
None. |
|
| Error |
Error description |
string |
None. |
| Success |
Flag of successful operation |
boolean |
None. |
| ErrorCode |
Error code |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": {
"waiting": 1,
"processing": 2,
"processed": 3,
"failed": 4,
"waitingForProcessAfterError": 5
},
"error": "sample string 1",
"success": true,
"errorCode": 3
}