MeVisLab Toolbox Reference
|
an asynchronous process all pages request (copyable!) More...
#include <mlImagingBackgroundTask.h>
Public Member Functions | |
ProcessAllPagesRequest () | |
ProcessAllPagesRequest (BackgroundRequestId tileId, ImagingBackgroundTask *task) | |
bool | waitUntilFinished () |
Wait until the process all pages request has finished, returns false if the request failed. | |
an asynchronous process all pages request (copyable!)
Definition at line 77 of file mlImagingBackgroundTask.h.
|
inline |
Definition at line 79 of file mlImagingBackgroundTask.h.
|
inline |
Definition at line 80 of file mlImagingBackgroundTask.h.
|
inline |
Wait until the process all pages request has finished, returns false if the request failed.
If it returns true, the ProcessAllPagesHandler that was passed to ImagingBackgroundTask::requestProcessAllPages is owned by the called of waitUntilFinished(). It it returns false, the ProcessAllPagesHandler may not be accessed or deleted.
Definition at line 88 of file mlImagingBackgroundTask.h.