true
if there is potentially more work to do, or false
if the caller can sleep until another event is placed on the event queue. In addition to checking the system event queue, this method also checks if any inter-thread messages (created by syncExec()
or asyncExec()
) are waiting to be processed, and if so handles them before returning.
false
if the caller can sleep upon return from this method
@exception SWTException
|
|