JobStepFlags 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.
controls parts of the behavior of the job step
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum JobStepFlags
[<System.Flags>]
type JobStepFlags =
Public Enum JobStepFlags
- Inheritance
-
JobStepFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
AppendToLogFile | 2 | Appends the job output (if any) to the log file, if any log file has been specified. If not set, the log file is overwritten |
AppendToJobHistory | 4 | appends step output to the job history table (sysjobhistory) |
LogToTableWithOverwrite | 8 | |
AppendToTableLog | 16 | |
AppendAllCmdExecOutputToJobHistory | 32 | |
ProvideStopProcessEvent | 64 |