The getCountOfProcessStates function returns the count of processes in all possible states.
Syntax
Process.processStates = getCountOfProcessStates();
Return Value
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();
|
Copyright © 2014 CA.
All rights reserved.
|
|