Module background_task

Source
Expand description

Background tasks provide plugins the ability to inform the core of long-running background tasks.

Structs§

BackgroundTask
A BackgroundTask does not actually execute any code, only act as a handler, primarily to query the status of the task, and to cancel the task.

Type Aliases§

Result