'Declaration
Public Shared Sub SetStepOutcome( _ ByVal outcome As ExecutionOutcome, _ Optional ByVal message As String _ )
public static void SetStepOutcome( ExecutionOutcome outcome, string message )
public: static void SetStepOutcome( ExecutionOutcome outcome, String^ message )
Parameters
- outcome
- Indicates whether the step should be reported as Succeeded or Failed.
- message
- Optional message to log to the Job Log