This section describes the background task implementation details.
All background task plugins use the same interface: IBackgroundTaskHandler. All other characteristics may differ from one plugin to another.
Background task plugin interfaces The background task plugin provides interfaces to define custom background task handlers, handler configurations based on the background task settings, and to allow handlers to access other services.
Background task plugins - Out-of-the-box implementations The IBackgroundTaskHandler interface should always be implemented in a background task. Content Manager includes out-of-the-box implementations of the IBackgroundTaskHandler interface.