NoOpBackgroundTaskManager

Provides the NoOpBackgroundTaskManager singleton used by the SDAI domain layer.

Author

Dmitriy Moroz

Functions

Link copied to clipboard
open override fun cancelAll(): Result<Unit>

Executes the cancelAll step in the SDAI domain layer.

Link copied to clipboard
open override fun retryLastImageToImageTask(): Result<Unit>

Executes the retryLastImageToImageTask step in the SDAI domain layer.

Link copied to clipboard
open override fun retryLastTextToImageTask(): Result<Unit>

Executes the retryLastTextToImageTask step in the SDAI domain layer.

Link copied to clipboard
open override fun scheduleImageToImageTask(payload: ImageToImagePayload)

Executes the scheduleImageToImageTask step in the SDAI domain layer.

Link copied to clipboard
open override fun scheduleTextToImageTask(payload: TextToImagePayload)

Executes the scheduleTextToImageTask step in the SDAI domain layer.