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