EMSProcess::find Method
Finds the specified record in the EMSProcess table by using the specified EMSProcessId value.
Syntax
client server public static EMSProcess find(EMSProcessId _processId, [boolean _forupdate])
Run On
Called
Parameters
- _processId
Type: EMSProcessId Extended Data Type
The EMSProcessId value of the EMSProcess record to find.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: EMSProcess Table
A record in the EMSProcess table; otherwise, an empty record.