result = ASKeyDataQueueReceive (Definition, DataQueueName, Operator, Timeout, Remove [, Connection], Data1 [, Data2…], Key )
Result
boolean – true if success, false in case of failure
Definition
Multiline string which contains the PCML source corresponding to the data and key (see above example)
The syntax is the same syntax which is used for ASPgmCall
DataQueueName
String representing the dataqueue name.
Operator
Key operation. Possible values are:
EQ: equal, NE: not equal, LE : <=, LT : <, GE : >=, GT : >.
Timeout
Timeout value in case of no data at the moment of the call. 0 for immediate answer.
Remove
Tell to remove or just read the dataqueue value.
Connection
Connection – connection name. Optional.
Data1
Data to receive the value.
Data2….
Data to receive the value.
Optional.
Key
Key value.