TaskAgentPoolStatus interface

Extends

Properties

assignedRequestCount

Number of requests queued and assigned to an agent. Not running yet.

queuedRequestCount

Number of queued requests which are not assigned to any agents

runningRequestCount

Number of currently running requests

Inherited Properties

id
isHosted

Gets or sets a value indicating whether or not this pool is managed by the service.

isLegacy

Determines whether the pool is legacy.

name
options

Additional pool settings and details

poolType

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

id: number

Property Value

number

Inherited From TaskAgentPoolReference.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

name: string

Property Value

string

Inherited From TaskAgentPoolReference.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

scope: string

Property Value

string

Inherited From TaskAgentPoolReference.scope

size

Gets the current size of the pool.

size: number

Property Value

number

Inherited From TaskAgentPoolReference.size