GetJobTaskCounts interface
Methods
| get(Get |
Task counts provide a count of the Tasks by active, running or completed Task state, and a count of Tasks which succeeded or failed. Tasks in the preparing state are counted as running. Note that the numbers returned may not always be up to date. If you need exact task counts, use a list query. |
Method Details
get(GetJobTaskCountsParameters)
Task counts provide a count of the Tasks by active, running or completed Task state, and a count of Tasks which succeeded or failed. Tasks in the preparing state are counted as running. Note that the numbers returned may not always be up to date. If you need exact task counts, use a list query.
function get(options?: GetJobTaskCountsParameters): StreamableMethod<GetJobTaskCounts200Response | GetJobTaskCountsDefaultResponse>
Parameters
- options
- GetJobTaskCountsParameters