#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. | |
Definition at line 76 of file mlImagingBackgroundTask.h.
| ml::ImagingBackgroundTask::ImagingBackgroundTask::ProcessAllPagesRequest::ProcessAllPagesRequest | ( | ) | [inline] |
Definition at line 78 of file mlImagingBackgroundTask.h.
| ml::ImagingBackgroundTask::ImagingBackgroundTask::ProcessAllPagesRequest::ProcessAllPagesRequest | ( | BackgroundRequestId | tileId, | |
| ImagingBackgroundTask * | task | |||
| ) | [inline] |
Definition at line 79 of file mlImagingBackgroundTask.h.
| bool ml::ImagingBackgroundTask::ImagingBackgroundTask::ProcessAllPagesRequest::waitUntilFinished | ( | ) | [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 87 of file mlImagingBackgroundTask.h.
1.5.8