Skip to main content

PipelineTriggerType

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Type of trigger that initiated a pipeline execution

public enum PipelineTriggerType

Inheritance ObjectValueTypeEnumPipelineTriggerType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

NameValueDescription
Manual0Pipeline was manually triggered
Scheduled1Pipeline was triggered by a schedule
Event2Pipeline was triggered by an event
Startup3Pipeline was triggered on adapter startup