Evaluates the project 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 bool Interlock( string name, SWorkflowInterlockLocation location ) |
Visual Basic |
---|
Public Function Interlock ( _ name As String, _ location As SWorkflowInterlockLocation _ ) As Boolean |
Visual C++ |
---|
public: bool Interlock( String^ name, SWorkflowInterlockLocation location ) |
Parameters
- name
- Type: System..::..String
The name of the interlock.
- location
- Type: BlueCieloECM.InnoCielo.Meridian.Scripting..::..SWorkflowInterlockLocation
The interlock location.