MeVisLab Toolbox Reference
|
An asynchronous process all pages request. This is copyable! More...
#include <mlImagingBackgroundTask.h>
Public Member Functions | |
ProcessAllPagesRequest () | |
ProcessAllPagesRequest (BackgroundRequestId tileId, ImagingBackgroundTask *task) | |
bool | waitUntilFinished () |
Waits until the process all pages request has finished, and returns false if the request failed. | |
An asynchronous process all pages request. This is copyable!
Definition at line 78 of file mlImagingBackgroundTask.h.
|
inline |
Definition at line 80 of file mlImagingBackgroundTask.h.
|
inline |
Definition at line 81 of file mlImagingBackgroundTask.h.
|
inline |
Waits until the process all pages request has finished, and 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(). If it returns false
, the ProcessAllPagesHandler must not be accessed or deleted.
Definition at line 89 of file mlImagingBackgroundTask.h.