revert method

StateMachine revert()

Returns to the previous state.

Implementation

StateMachine revert() {
	_change( previousState );
	return this;
}