The Background Tasks View displays running background tasks.
ML Background Tasks is a framework to execute long taking tasks in worker threads. The basic framework is independent of the ML, but convenience classes add access to ML images. For more on background tasks, see the ToolBox Reference, chapter “Background Tasks”.
Four states are possible:
Running
Finished
Canceled
Suspended
In following options are available in the context menu:
<ModuleName> Module Context Menu : Opens the normal module context menu.
Show <ModuleName> Module In Network : Selects the module and zooms to it.
Clear Finished Tasks: Deletes all finished tasks from the list.
The following additional options are available for running processes:
Cancel Running Task: Cancels the selected background task.
Suspend Running Task: Pauses the selected background task (could be resumed).
The following additional options are available for suspended processes:
Cancel Suspended Task: Cancels the suspended background task.
Resume Suspended Task: Resumes the processing of the suspended background task.
If a network is closed while a background task is running, a warning is displayed:
Background tasks are implemented for some modules, for example GVRVolumeSave
, GVRImageToVolume
and ImageSave
. For other modules, check whether their panels offer features like “Save in Background”.
© 2024 MeVis Medical Solutions AG