SWorkflowInterlockLocation Enumeration |
Defines the location of a workflow interlock.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public enum SWorkflowInterlockLocation
Public Enumeration 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.
See Also