Auf Englisch lesen

Freigeben über


TaskStatus Enum

Definition

Enumeration of all possible Job status values.

C#
[System.Serializable]
public enum TaskStatus
Inheritance
TaskStatus
Attributes

Fields

Name Value Description
Scheduled 0

The state after the RHS receives the Job.

Started 1

The state after the Job is sent to the location entity.

Succeeded 2

The state after the Job completes successfully.

Failed 3

The state after the Job completes un-successfully.

Canceled 4

The state after the Job is cancelled succesfully.

CancelPending 5

The state when the Job is cancelled by user.

CompletedWithInfo 6

The state after the Job completes with error Info

ResumePending 7

The state when the Job is resumed by user.

Suspended 8

The state when the Job is suspended.

SuspendPending 9

The state when the Job is suspended by user.

SuspendedWithInfo 10

The state after the Job suspends with error info.

Applies to

Produkt Versionen
System Center OM SDK 2012, 2016, 2019