TaskStatus

Types

Link copied to clipboard

Task has been canceled

Link copied to clipboard
object Companion
Link copied to clipboard

Task has been completed successfully

Link copied to clipboard

Task has failed

Link copied to clipboard

Task is currently being worked on

Link copied to clipboard

Task has been linked to another task

Link copied to clipboard

Task is completed but awaiting customer approval (not in use)

Link copied to clipboard

Task is created but not yet started

Link copied to clipboard

Task is awaiting triage analysis

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

Task has exceeded its time limit

Properties

Link copied to clipboard
abstract val value: String