State

data class State(val name: String, val type: State.Type)

Represents a State in a StateMachine.

Parameters

name

The name of the State.

type

The Type of the State.

Constructors

Link copied to clipboard
constructor(name: String, type: State.Type)

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard