CompletionStatus

sealed class CompletionStatus

Allowed target statuses for the CompleteTrajectory operation.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Trajectory failed; terminal state, no further processing.

Link copied to clipboard

Trajectory completed successfully; sealed and eligible for reward submission.

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

Properties

Link copied to clipboard
abstract val value: String