NoReturn
Prevents the browser from automatically returning to the current state.
Syntax
State.NoReturn
Return Value
A state that sets the browser on the current state, but if anything changes afterwards and the browser needs to return to this state, it does nothing as if no changes had been made.
Remarks
This action is internally defined by passing Sequence.Void to the State.Up function, in order to do nothing if the browser needs to return to the current state:
State.Up
Sequence.Void