JobCategory Enum

Definition

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.

Applies to