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.
Initializes a new instance of the ReqCalcTaskController class.
Syntax
client server public static ReqCalcTaskController newController(
ReqPlanId _reqPlanId,
ReqProcessId _processId,
ReqProcessThreadId _threadId)
Run On
Called
Parameters
- _reqPlanId
Type: ReqPlanId Extended Data Type
The plan ID.
- _processId
Type: ReqProcessId Extended Data Type
The master planning process ID.
- _threadId
Type: ReqProcessThreadId Extended Data Type
The master planning thread ID that is using the task controller instance.
Return Value
Type: ReqCalcTaskController Class
A new instance of the ReqCalcTaskController class.
Exceptions
Exception | Condition |
---|---|
Error | The process ID or the thread ID is invalid. |