Click or drag to resize
GatewayExecutedStatus Enumeration

[Missing <summary> documentation for "T:Slickflow.Engine.Core.Pattern.GatewayExecutedStatus"]

Namespace: Slickflow.Engine.Core.Pattern
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
internal enum GatewayExecutedStatus
Members
  Member nameValueDescription
Unknown0 未知
Failed1 发生错误
Successed2 执行成功
WaitingForOthersJoin8 等待其它需要合并的分支
FallBehindOfXOrJoin22 后进的节点,不参与XOrJoin节点的运行
See Also