Run

data class Run(val startedAt: Instant, val finishedAt: Instant, val messages: List<Message>, val result: FinishedOrStuck)

Constructors

Link copied to clipboard
constructor(startedAt: Instant, finishedAt: Instant, messages: List<Message>, result: FinishedOrStuck)

Properties

Link copied to clipboard
val finishedAt: Instant
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val startedAt: Instant