BackgroundWorkStatus
data class BackgroundWorkStatus(val running: Boolean, val statusTitle: String, val statusSubTitle: String)(source)
Carries BackgroundWorkStatus data through the SDAI domain layer.
Author
Dmitriy Moroz
Carries BackgroundWorkStatus data through the SDAI domain layer.
Dmitriy Moroz