Starting
Represents the starting state of an operation or process.
This class is a specialization of the State
class, indicating the initial state prior to progression or change. It overrides the copy
method to return a new instance of the same starting state.
Parameters
Output
The type of output associated with the state.