BCProjectCheckWorkflowInterlock Method (String, WorkflowInterlockLocation) |
Evaluates the project interlock.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic bool CheckWorkflowInterlock(
string name,
WorkflowInterlockLocation location
)
Public Function CheckWorkflowInterlock (
name As String,
location As WorkflowInterlockLocation
) As Boolean
public:
bool CheckWorkflowInterlock(
String^ name,
WorkflowInterlockLocation location
)
member CheckWorkflowInterlock :
name : string *
location : WorkflowInterlockLocation -> bool
Parameters
- name
- Type: SystemString
The name of the interlock. - location
- Type: BlueCieloECM.InnoCielo.Meridian.ServerWorkflowInterlockLocation
The interlock location.
Return Value
Type:
BooleanA value indicating whether the interlock is passed.
See Also