RFIDProcessTable::exist Method
Determines whether a record with the specified parameters is in the RFIDProcessTable table.
Syntax
client server public static boolean exist(RFIDServerId _serverId, RFIDProcessName _processName)
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.
Return Value
Type: boolean
true if the record exists; otherwise, false.