TaskUpdate

API: Internal/Beta

data class TaskUpdate(
    val jobId: String,
    val newTitle: String?,
    val speeds: List<Speed>?,
    val progress: Progress?,
    val complete: Boolean?,
    val messageToAppend: String?,
    val newStatus: String?,
)
Properties
jobId: String
newTitle: String?
speeds: List<Speed>?
progress: Progress?
complete: Boolean?
messageToAppend: String?
newStatus: String?