Generating

data class Generating(val canCancel: Boolean = false, val status: LocalDiffusionStatus? = null) : GenerationModal(source)

Carries Generating data through the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(canCancel: Boolean = false, status: LocalDiffusionStatus? = null)

Properties

Link copied to clipboard

Exposes the canCancel value used by the SDAI presentation layer.

Link copied to clipboard
val pair: Pair<Int, Int>?
Link copied to clipboard

Exposes the status value used by the SDAI presentation layer.