Click or drag to resize
GatewayExecutedResult Constructor
Initializes a new instance of the GatewayExecutedResult class

Namespace: Slickflow.Engine.Core.Pattern
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
private GatewayExecutedResult(
	GatewayExecutedStatus status,
	string message
)

Parameters

status
Type: Slickflow.Engine.Core.PatternGatewayExecutedStatus
message
Type: SystemString
See Also