HordeProcessStatus

data class HordeProcessStatus(val waitTimeSeconds: Int, val queuePosition: Int?)(source)

Carries HordeProcessStatus data through the SDAI domain layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(waitTimeSeconds: Int, queuePosition: Int?)

Properties

Link copied to clipboard

Exposes the queuePosition value used by the SDAI domain layer.

Link copied to clipboard

Exposes the waitTimeSeconds value used by the SDAI domain layer.