ExecutionStatus

sealed class ExecutionStatus

Possible states of an execution

Inheritors

Types

Link copied to clipboard

Execution has been canceled

Link copied to clipboard
object Companion
Link copied to clipboard

Execution has failed

Link copied to clipboard

Execution is currently running

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

Execution has been stopped

Link copied to clipboard

Unlike in the case of user-initiated Cancelation, a customer won't be billed

Properties

Link copied to clipboard
abstract val value: String