ReqProcessList::setStatus Method
Changes the status of the specified scheduling process.
Syntax
server public static void setStatus(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 to change to.
Remarks
This method uses a separate user connection to perform the update in so that the changes can be propagated to all threads immediately.