Share via


ReqProcessList::hasStatusIncreased Method

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

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.

See Also

Reference

ReqProcessList Table