fdmAPI.API.MaintenanceMgr.API Call
Table 7-13 Maintenance Manager Class (clsMaintenanceMgr)
API Call | Methods/Properties/Object Reference | Description |
---|---|---|
fProcessStatus | Method | Retrieve the current workflow process status for the specified POV values. The process status is returned as a COM object of the type "objProcessStatus". The best way to determine the current status is to check the lngStatus property of the return object, which contains a value that can be checked against the enumeration "enmProcessState".
Inputs: ByVal strLoc As String, ByVal strCat As String, ByVal strPer As String, ByVal strRuleID As String Output: objProcessStatus object objProcessStatus Properties:
|