StateTransition

Information about the state transition of a supervisor.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The state of the transition.

Link copied to clipboard

The date and time when the state ended in UTC time.

Link copied to clipboard

The date and time when the state started in UTC time.

Functions

Link copied to clipboard
inline fun copy(block: StateTransition.Builder.() -> Unit = {}): StateTransition
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String