RunState

Aggregate of state values used in an execution of the program.

Members

Variables

firstConnect
bool firstConnect;

Bool whether this is the first connection attempt or if we have connected at least once already.

next
Next next;

Enum denoting what we should do next loop in an execution attempt.

retval
int retval;

Shell return value to exit with.

silentExit
bool silentExit;

Whether or not "Exiting..." should be printed at program exit.