JobStepExecutionOptions Class

Definition

The execution options of a job step.

public class JobStepExecutionOptions
type JobStepExecutionOptions = class
Public Class JobStepExecutionOptions
Inheritance
JobStepExecutionOptions

Constructors

JobStepExecutionOptions()

Initializes a new instance of the JobStepExecutionOptions class.

JobStepExecutionOptions(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Double>)

Initializes a new instance of the JobStepExecutionOptions class.

Properties

InitialRetryIntervalSeconds

Gets or sets initial delay between retries for job step execution.

MaximumRetryIntervalSeconds

Gets or sets the maximum amount of time to wait between retries for job step execution.

RetryAttempts

Gets or sets maximum number of times the job step will be reattempted if the first attempt fails.

RetryIntervalBackoffMultiplier

Gets or sets the backoff multiplier for the time between retries.

TimeoutSeconds

Gets or sets execution timeout for the job step.

Applies to