Share via


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

  • _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.

See Also

Reference

EMSProcess Table