AgentTask

sealed interface AgentTask

Task represents an ongoing or finished task initiated by a command.

Inheritors

Properties

Link copied to clipboard
abstract var active: Boolean
Link copied to clipboard
abstract val name: String

Name of the task

Link copied to clipboard
abstract val startTime: String

The start time of this task

Link copied to clipboard
abstract var stopTime: String?
Link copied to clipboard
abstract var success: Boolean?

Functions

Link copied to clipboard
open fun stop(success: Boolean)