View full article

TaskStatusValue Enum

Namespace: PIX.QMSAPI.DataObjects
Assembly: PIX.dll

Task status value.

Syntax

public enum TaskStatusValue

Fields

Name Description
Aborting

The task is aborting the execution.

Completed

The task has completed successfully.

Disabled

The task is about to run but hasn't started yet.

Failed

The task failed.

Queued

The task is about to run but hasn't started yet.

Running

The task is running

Unrunnable

The task has a distributiongroup unavailable.

Waiting

The task is waiting to be executed.

Warning

The task completed with a warning.

Extension Methods

ApiFilter.FilterFor<TaskStatusValue>(Nullable<ApiVersion>)