Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Compares the ReqProcessList table status with the ReqProcessStatus value passed in as a parameter.
Syntax
server public static boolean hasStatusIncreased(ReqProcessId _processId, ReqProcessStatus _status)
Run On
Server
Parameters
- _processId
Type: ReqProcessId Extended Data Type
The ID of the scheduling process.
- _status
Type: ReqProcessStatus Enumeration
The status with which to compare the ReqProcessList table status.
Return Value
Type: boolean
true if the status found in the ReqProcessList table is bigger than the one specified in the _status parameter; otherwise, false.