JobStateInfo 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.
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, Exception) |
Constructor for state changes with an optional error. |
JobStateInfo(JobState) |
Constructor for state changes not resulting from an 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() |