| BCSProjectInterlock Method (String, SWorkflowInterlockLocation, Boolean) |
Evaluates the project interlock.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic bool Interlock(
string name,
SWorkflowInterlockLocation location,
bool defaultValue
)
Public Function Interlock (
name As String,
location As SWorkflowInterlockLocation,
defaultValue As Boolean
) As Boolean
public:
bool Interlock(
String^ name,
SWorkflowInterlockLocation location,
bool defaultValue
)
member Interlock :
name : string *
location : SWorkflowInterlockLocation *
defaultValue : bool -> bool
Parameters
- name
- Type: SystemString
The name of the interlock. - location
- Type: BlueCieloECM.InnoCielo.Meridian.ScriptingSWorkflowInterlockLocation
The interlock location. - defaultValue
- Type: SystemBoolean
The default return value.
Return Value
Type:
BooleanA value indicating whether the interlock is passed.
See Also