ReqProcessList::setLevel Method
Changes the level of the specified scheduling process.
Syntax
server public static void setLevel(ReqProcessId _processId, BOMLevel _level)
Run On
Server
Parameters
- _processId
Type: ReqProcessId Extended Data Type
The ID of the scheduling process.
- _level
Type: BOMLevel Extended Data Type
The level to change to.
Remarks
Uses a separate user connection to perform the update in so the changes can be propagated to all threads immediately.