JobCategory Enum
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.
Enumeration of all possible Job Category.
public enum class JobCategory
public enum JobCategory
type JobCategory =
Public Enum JobCategory
- Inheritance
-
JobCategory
Fields
| Diagnostic | 1 | Diagnostic Jobs that are executed in relation to a MonitorState. |
| General | 0 | General or generic Job that use the JobStatus table. |
| MonitorStateProbe | 3 | Probe Jobs used to collect state for Monitors that don't maintain state. |
| Recovery | 2 | Recovery Jobs that are executed in relation to a MontiorState. |