Click or drag to resize
WorkflowActionEventArgsInfoType, StateInfoType, ActionEnumTypeStopProcessing Property
Indicates if the process should be stopped. Process is not moved to the next step.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
public bool StopProcessing { get; set; }

Property Value

Type: Boolean

Implements

IWorkflowActionEventArgsStopProcessing
See Also