AgentProcessStatusReport

data class AgentProcessStatusReport(val id: String, val status: AgentProcessStatusCode, val timestamp: Instant, val runningTime: Duration) : OperationStatus<AgentProcessStatusCode>

Safely serializable status for agent processes.

Constructors

Link copied to clipboard
constructor(id: String, status: AgentProcessStatusCode, timestamp: Instant, runningTime: Duration)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
open override val status: AgentProcessStatusCode

Status of this operation

Link copied to clipboard
open val timestamp: Instant