Retrieves a CaContainer object that contains the attributes for each CA Harvest SCM Process in the list.
object.GetProcessList()
CaWContext
None
Returns a CaWContainer object, null if error.
List attributes are stored with the following hash keys:
Example
Dim objContainer Set objContainer = objContext.GetProcessList() If objContainer Is Nothing Then
msgbox “Can't get process list.”, vbOKonly + vbExclamation, “GetProcessList”
End If
More information:
| Copyright © 2013 CA. All rights reserved. |
|