ReqProcessList::beginProcess Method
Begins the scheduling process by inserting a new record into the ReqProcessList table.
Syntax
server public static void beginProcess(
ReqProcessId _processId,
ParametersX _parameters,
ReqProcessNumThreads _maxChildThreads,
ClassId _classId,
ReqPlanId _reqPlanId,
TodaysDate _todaysDate,
ReqCalcUpdate _reqCalcUpdate)
Run On
Server
Parameters
- _processId
Type: ReqProcessId Extended Data Type
ID of the scheduling process.
- _parameters
Type: ParametersX Extended Data Type
A container holding the packed parameters that the user selected for the scheduling process.
- _maxChildThreads
Type: ReqProcessNumThreads Extended Data Type
Maximum number of threads that can be used.
- _classId
Type: ClassId Extended Data Type
ID of the calling class.
- _reqPlanId
Type: ReqPlanId Extended Data Type
The plan number.
- _todaysDate
Type: TodaysDate Extended Data Type
Date that the scheduling process useas insted of the today method.
- _reqCalcUpdate
Type: ReqCalcUpdate Enumeration
The scheduling method.