Expand description
Background tasks provide plugins the ability to inform the core of long-running background tasks.
Structs§
- 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.