JobStateInfo
Class
Definition
Type which has information about JobState and Exception ,if any, associated with JobState
public sealed 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() |