GoalStatus

sealed class GoalStatus

Possible states of a goal throughout its lifecycle

Inheritors

Types

Link copied to clipboard

Goal is active and being evaluated according to schedule

Link copied to clipboard
object Companion
Link copied to clipboard

Goal has been marked as completed

Link copied to clipboard

Goal evaluations are temporarily paused

Link copied to clipboard
data class SdkUnknown(val value: String) : GoalStatus

Properties

Link copied to clipboard
abstract val value: String