TaskCounts interface

An interface representing TaskCounts.

Properties

active

The number of Tasks in the active state.

completed

The number of Tasks in the completed state.

failed

The number of Tasks which failed. A Task fails if its result (found in the executionInfo property) is 'failure'.

running

The number of Tasks in the running or preparing state.

succeeded

The number of Tasks which succeeded. A Task succeeds if its result (found in the executionInfo property) is 'success'.

Property Details

active

The number of Tasks in the active state.

active: number

Property Value

number

completed

The number of Tasks in the completed state.

completed: number

Property Value

number

failed

The number of Tasks which failed. A Task fails if its result (found in the executionInfo property) is 'failure'.

failed: number

Property Value

number

running

The number of Tasks in the running or preparing state.

running: number

Property Value

number

succeeded

The number of Tasks which succeeded. A Task succeeds if its result (found in the executionInfo property) is 'success'.

succeeded: number

Property Value

number