JobStateEventArgs Class

Definition

Event arguments passed to JobStateEvent handlers StateChanged event.

public sealed class JobStateEventArgs : EventArgs
Inheritance
JobStateEventArgs

Constructors

JobStateEventArgs(JobStateInfo)

Constructor of JobStateEventArgs

JobStateEventArgs(JobStateInfo, JobStateInfo)

Constructor of JobStateEventArgs

Properties

JobStateInfo

Info about the current state of the job.

PreviousJobStateInfo

Info about the previous state of the job.