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

Constructors

Link copied to clipboard
constructor(running: Boolean, statusTitle: String, statusSubTitle: String)

Properties

Link copied to clipboard

Exposes the running value used by the SDAI domain layer.

Link copied to clipboard

Exposes the statusSubTitle value used by the SDAI domain layer.

Link copied to clipboard

Exposes the statusTitle value used by the SDAI domain layer.