RFIDProcessTable::find Method
Searches the RFIDProcessTable table for a record that matches the parameters.
Syntax
client server public static RFIDProcessTable find(
RFIDServerId _serverId,
RFIDProcessName _processName,
[boolean _forUpdate])
Run On
Called
Parameters
- _serverId
Type: RFIDServerId Extended Data Type
The ID of the server where the process is deployed.
- _processName
Type: RFIDProcessName Extended Data Type
The name of the process.
- _forUpdate
Type: boolean
A Boolean value that determines whether the record should be selected for update; optional.
Return Value
Type: RFIDProcessTable Table
An RFIDProcessTable record.