Maintenance Manager Class (clsMaintenanceMgr)

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:
  • strLoc

  • strCat

  • strPer

  • blnImp

  • strImp

  • blnTBVal

  • strTBVal

  • blnExp

  • strExp

  • blnEntLoad

  • strEntLoad

  • blnEntVal

  • strEntVal

  • lngStatus

  • dteLastActive

  • blnCert

  • strCert

  • blnAsses

  • strAsses

  • blnChildDone

  • strChildDone

  • blnUD1

  • strUD1

  • blnUD2

  • strUD2

  • blnUD3

  • strUD3

  • blnUD4

  • strUD4

  • blnValDirty

  • blnWCDirty

  • blnLogicDirty

  • intLockState