Method Thread.Queue()->peek()
classThread.Queue
- Method
peek
mixedpeek()- Description
This function returns the next value in the queue if there are any there. If there are no values present in the queue then UNDEFINED will be returned.
- See also
class Thread.Queuemixed peek()
This function returns the next value in the queue if there are any there. If there are no values present in the queue then UNDEFINED will be returned.