TaskAgentPoolStatus interface
- Extends
Properties
| assigned |
Number of requests queued and assigned to an agent. Not running yet. |
| queued |
Number of queued requests which are not assigned to any agents |
| running |
Number of currently running requests |
Inherited Properties
| id | |
| is |
Gets or sets a value indicating whether or not this pool is managed by the service. |
| is |
Determines whether the pool is legacy. |
| name | |
| options | Additional pool settings and details |
| pool |
Gets or sets the type of the pool |
| scope | |
| size | Gets the current size of the pool. |
Property Details
assignedRequestCount
Number of requests queued and assigned to an agent. Not running yet.
assignedRequestCount: number
Property Value
number
queuedRequestCount
Number of queued requests which are not assigned to any agents
queuedRequestCount: number
Property Value
number
runningRequestCount
Number of currently running requests
runningRequestCount: number
Property Value
number
Inherited Property Details
id
isHosted
Gets or sets a value indicating whether or not this pool is managed by the service.
isHosted: boolean
Property Value
boolean
Inherited From TaskAgentPoolReference.isHosted
isLegacy
Determines whether the pool is legacy.
isLegacy: boolean
Property Value
boolean
Inherited From TaskAgentPoolReference.isLegacy
name
options
Additional pool settings and details
options: TaskAgentPoolOptions
Property Value
Inherited From TaskAgentPoolReference.options
poolType
Gets or sets the type of the pool
poolType: TaskAgentPoolType
Property Value
Inherited From TaskAgentPoolReference.poolType
scope
size
Gets the current size of the pool.
size: number
Property Value
number
Inherited From TaskAgentPoolReference.size