Class BpmnEvents
Defines the type of the Bpmn Events
Start - Sets the type of the Bpmn Event as Start
Intermediate - Sets the type of the Bpmn Event as Intermediate
End - Sets the type of the Bpmn Event as End
NonInterruptingStart - Sets the type of the Bpmn Event as NonInterruptingStart
NonInterruptingIntermediate - Sets the type of the Bpmn Event as NonInterruptingIntermediate
ThrowingIntermediate - Sets the type of the Bpmn Event as ThrowingIntermediate
Inheritance
System.Object
BpmnEvents
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class BpmnEvents : Enum
Fields
End
Declaration
public const BpmnEvents End
Field Value
Declaration
public const BpmnEvents Intermediate
Field Value
Declaration
public const BpmnEvents NonInterruptingIntermediate
Field Value
NonInterruptingStart
Declaration
public const BpmnEvents NonInterruptingStart
Field Value
Start
Declaration
public const BpmnEvents Start
Field Value
Declaration
public const BpmnEvents ThrowingIntermediate
Field Value