PipelineMode Class

Definition

The method of scheduling runs for a pipeline.

public static class PipelineMode
Inheritance
PipelineMode

Fields

OneTime

'OneTime' indicates that the pipeline will run only once.

Scheduled

'Scheduled' indicates that the pipeline will run at a specified time interval according to its active period (start and end time).

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)