Condividi tramite


TaskSlotCounts Class

Definition

The TaskSlot counts for a Job.

public class TaskSlotCounts
type TaskSlotCounts = class
Public Class TaskSlotCounts
Inheritance
TaskSlotCounts

Constructors

TaskSlotCounts()

Initializes a new instance of the TaskSlotCounts class.

TaskSlotCounts(Int32, Int32, Int32, Int32, Int32)

Initializes a new instance of the TaskSlotCounts class.

Properties

Active

Gets or sets the number of TaskSlots for active Tasks.

Completed

Gets or sets the number of TaskSlots for completed Tasks.

Failed

Gets or sets the number of TaskSlots for failed Tasks.

Running

Gets or sets the number of TaskSlots for running Tasks.

Succeeded

Gets or sets the number of TaskSlots for succeeded Tasks.

Applies to