Communicating

data class Communicating(val canCancel: Boolean = true, val hordeProcessStatus: HordeProcessStatus? = null) : GenerationModal(source)

Carries Communicating data through the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(canCancel: Boolean = true, hordeProcessStatus: HordeProcessStatus? = null)

Properties

Link copied to clipboard

Exposes the canCancel value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the hordeProcessStatus value used by the SDAI presentation layer.