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.
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.