TaskStatus Enum

Definition

Enumeration of all possible Job status values.

public enum class TaskStatus
[System.Serializable]
public enum TaskStatus
type TaskStatus = 
Public Enum TaskStatus
Inheritance
TaskStatus
Attributes

Fields

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

Failed 3

The state after the Job completes un-successfully.

ResumePending 7

The state when the Job is resumed by user.

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.

Suspended 8

The state when the Job is suspended.

SuspendedWithInfo 10

The state after the Job suspends with error info.

SuspendPending 9

The state when the Job is suspended by user.

Applies to