JobStepFlags Enum

Definition

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

AppendAllCmdExecOutputToJobHistory 32
AppendToJobHistory 4

appends step output to the job history table (sysjobhistory)

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

AppendToTableLog 16
LogToTableWithOverwrite 8
None 0
ProvideStopProcessEvent 64

Applies to