Enum SqlJobActionLevel
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The completion action level for a job.
public enum SqlJobActionLevel
Fields
Always = 4
The action is always performed.
Never = 1
The action is never taken.
OnFailure = 3
The action is performed on failure.
OnSuccess = 2
The action is performed on success.
Unknown = 0
The level is unknown.