Share via


BatchTaskSlotCountsOutput interface

The TaskSlot counts for a Job.

Properties

active

The number of TaskSlots for active Tasks.

completed

The number of TaskSlots for completed Tasks.

failed

The number of TaskSlots for failed Tasks.

running

The number of TaskSlots for running Tasks.

succeeded

The number of TaskSlots for succeeded Tasks.

Property Details

active

The number of TaskSlots for active Tasks.

active: number

Property Value

number

completed

The number of TaskSlots for completed Tasks.

completed: number

Property Value

number

failed

The number of TaskSlots for failed Tasks.

failed: number

Property Value

number

running

The number of TaskSlots for running Tasks.

running: number

Property Value

number

succeeded

The number of TaskSlots for succeeded Tasks.

succeeded: number

Property Value

number