IccStartRequestQ retrieveData

Used by a task that was started, via an async start request, to gain access to the information passed by the start requester. The information is returned by the data, queueName, returnTermId, and returnTransId methods.

void retrieveData(RetrieveOpt option = noWait)
option
An enumeration, defined in this class, that indicates what happens if there is no start data available.

Conditions

ENDDATA, ENVDEFERR, IOERR, LENGERR, NOTFND, INVREQ

Note: The ENVDEFERR condition will be raised if all the possible options (setData, setQueueName, setReturnTermId, and setReturnTransId) are not used before issuing the start method. This condition is therefore not necessarily an error condition and your program should handle it accordingly.