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.
Sets parameters for thread usage.
Syntax
public void setThreadParameters(
ReqProcessThreadId _threadId,
boolean _thisIsChildThread,
ReqProcessNumThreads _maxThreads)
Run On
Called
Parameters
- _threadId
Type: ReqProcessThreadId Extended Data Type
The ID of the current thread.
- _thisIsChildThread
Type: boolean
A Boolean value that specifies whether this thread is a child helper thread.
- _maxThreads
Type: ReqProcessNumThreads Extended Data Type
The maximum number of helpers used.
Remarks
The parameters do not have to be set for thread usage because they cannot be used in daily scheduling.