Defines the location of a workflow interlock.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public enum SWorkflowInterlockLocation |
Visual Basic |
---|
Public Enumeration SWorkflowInterlockLocation |
Visual C++ |
---|
public enum class SWorkflowInterlockLocation |
Members
Member name | Value | Description | |
---|---|---|---|
AS_WFIL_PARENT_PROJECT | 0 | Parent project interlock. | |
AS_WFIL_CURRENT_PROJECT | 1 | Current project interlock. | |
AS_WFIL_TOPMOST_PROJECT | 2 | Topmost project interlock. |
Remarks
This enumeration overrides AS_WFINTERLOCK_LOCATION
defined in BlueCieloECM.AMAutoSO PIA.
Has the same values as WorkflowInterlockLocation.