Table of Contents

Enum SqlJobStepCompletionAction

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the completion action for a step.

public enum SqlJobStepCompletionAction

Fields

GoToNextStep = 3

Goto the next step.

GoToStep = 4

Goto the specified step.

QuitWithFailure = 2

Quit the step and report failure.

QuitWithSuccess = 1

Quit the step and report success.

Unknown = 0

The action is unknown.