Click or drag to resize
WorkflowInfoIsEnabled Method
Returns whether the workflow is currently enabled. There can be a tiny time frame, when the workflow is enabled or disabled by scheduled activation but this state is not reflected by WorkflowEnabled property yet.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax
C#
public bool IsEnabled()

Return Value

Type: Boolean
See Also