Previous Topic: GetStateId Method

Next Topic: GetPackageName Method


GetProcessId Method

Get the process ID of a process by its process type.

Syntax

lng = object.GetProcessId(lngProcessType)

Arguments

lngProcessType-A long representing the process type.

Return Value

A long representing the process ID.

Valid Process Types

Example

blnRet = objContext.SetCheckoutName(“Checkout”)
 if blnRet = true
objId = objContext.GetProcessId(202)
end if

More information: