TaskStatus
data class TaskStatus @JvmOverloads constructor(val state: String, val message: Message? = null, val timestamp: Instant? = null)(source)
Represents the status of a task at a specific point in time.
Represents the status of a task at a specific point in time.