JobStateEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event arguments passed to JobStateEvent handlers StateChanged event.
public ref class JobStateEventArgs sealed : EventArgs
public sealed class JobStateEventArgs : EventArgs
type JobStateEventArgs = class
inherit EventArgs
Public NotInheritable Class JobStateEventArgs
Inherits EventArgs
- Inheritance
-
JobStateEventArgs
Constructors
JobStateEventArgs(JobStateInfo, JobStateInfo) |
Constructor of JobStateEventArgs. |
JobStateEventArgs(JobStateInfo) |
Constructor of JobStateEventArgs. |
Properties
JobStateInfo |
Info about the current state of the job. |
PreviousJobStateInfo |
Info about the previous state of the job. |