EMSProcessReference::isValid Method
Determines whether the EMSProcessReference record exists.
Syntax
client server public static boolean isValid(
EMSProcessId emsSourceProcessId,
EMSSubstanceId emsSubstanceId,
EMSProcessId emsDestinationProcessId)
Run On
Called
Parameters
- emsSourceProcessId
Type: EMSProcessId Extended Data Type
The SourceProcessId value of the corresponding EMSProcessReference record.
- emsSubstanceId
Type: EMSSubstanceId Extended Data Type
The SubstanceId value of the corresponding EMSProcessReference record
- emsDestinationProcessId
Type: EMSProcessId Extended Data Type
The DestinationProcessId value of the corresponding EMSProcessReference record.
Return Value
Type: boolean
true if the EMSProcessReference record exists; otherwise, false.