[Overview][Types][Classes][Index] |
Indicates if the DoShutdown method has been called but not finished.
Source position: lazcollections.pas line 117
public property TLazThreadedQueue.ShutDown : Boolean |
ShutDown is a read-only Boolean property which indicates if the DoShutDown method has been called, but not yet completed, for the class instance. The value in ShutDown is used in the PushItem and PopItemTimeout methods to determine the status for the respective requests. The value wrAbandoned is returned from these methods when ShutDown contains True.
The value in ShutDown is set to True in the DoShutDown method.
|
Performs actions required when the thread-safe queue is freed. |
|
|
Adds the specified item to the queue. |
|
|
Pops an item off the queue with a timeout value. |
|
Version 4.0 | Generated 2025-05-03 | Home |