Previous Topic: getAttachmentContentNext Topic: getEEMArtifactToken


getCountOfProcessStates

The getCountOfProcessStates function returns the count of processes in all possible states.

Syntax

Process.processStates = getCountOfProcessStates(); 

Return Value

processStates (ValueMap)

Returns a ValueMap consisting of all the states and the number of processes in that state. If no processes are in the specified state, the count is 0.

Example

Process.processStates = getCountOfProcessStates();