| Interface | Description |
|---|---|
| TaskAction<T> |
Interface for actions performed by a background task dependent on some argument object of type T.
|
| Class | Description |
|---|---|
| AsyncBackgroundTaskManager |
Asynchronous-enabled implementation of
BackgroundTaskManager. |
| BackgroundTask<T> |
Abstract class for background tasks to be run after build, e.g.
|
| BackgroundTask.Timeout |
Timeout object for
BackgroundTask. |
| BackgroundTaskManager |
BackgroundTaskManager schedules and runs background tasks like cleanup and logging.
|
| TaskManagerCommandScope |
Scope class for client-side use of
BackgroundTaskManager. |