ReqProcessThreadList::find Method
Finds a record in the ReqProcessThreadList table based on a process ID and thread ID.
Syntax
client server public static ReqProcessThreadList find(
ReqProcessId _processId,
ReqProcessThreadId _threadId,
[boolean _forUpdate])
Run On
ClientOrServer
Parameters
- _processId
Type: ReqProcessId Extended Data Type
The ID of the scheduling process.
- _threadId
Type: ReqProcessThreadId Extended Data Type
The ID of the current thread.
- _forUpdate
Type: boolean
A Boolean value that determines whether the record should be selected for update; optional.
Return Value
Type: ReqProcessThreadList Table
The ReqProcessThreadList record.