Task Status
@Serializable
represents the status of a task.
Parameters
timestamp
state
message
err
container Status
port Status
Constructors
Link copied to clipboard
constructor(timestamp: String? = null, state: TaskState? = null, message: String? = null, err: String? = null, containerStatus: ContainerStatus? = null, portStatus: PortStatus? = null)