Previous Topic: GetViewList Method

Next Topic: SetProjectName Method


GetProcessList Method

Retrieves a CaContainer object that contains the attributes for each CA Harvest SCM Process in the list.

Syntax

object.GetProcessList()

Owning Class

CaWContext

Arguments

None

Return Value

Returns a CaWContainer object, null if error.

Notes

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: