JobStateInfo Class

Definition

Type which has information about JobState and Exception ,if any, associated with JobState.

public ref class JobStateInfo sealed
public sealed class JobStateInfo
type JobStateInfo = class
Public NotInheritable Class JobStateInfo
Inheritance
JobStateInfo

Constructors

JobStateInfo(JobState)

Constructor for state changes not resulting from an error.

JobStateInfo(JobState, Exception)

Constructor for state changes with an optional error.

Properties

Reason

The reason for the state change, if caused by an error.

State

The state of the job.

Methods

ToString()

Override for ToString()

Applies to