Cerebrum™
Loading...
Searching...
No Matches
Cerebrum.CommandSequence Class Reference

Public Types

enum  IFState { False , Condition , Then , Else }
 
enum  WAITState { False , Condition , ConditionAny , ConditionAll }
 
enum  CHOICEState { False , Choice , NotChoice }
 

Public Attributes

string fileName
 
int commandNum = 0
 
IFState IFstate = IFState.False
 
bool IFstateSkip = false
 
WAITState WAITstate = WAITState.False
 
CHOICEState CHOICEstate = CHOICEState.False
 
bool IFresult = true
 
string commandLine
 
int nestingLevel
 

Member Enumeration Documentation

◆ CHOICEState

Enumerator
False 
Choice 
NotChoice 

◆ IFState

Enumerator
False 
Condition 
Then 
Else 

◆ WAITState

Enumerator
False 
Condition 
ConditionAny 
ConditionAll 

Member Data Documentation

◆ CHOICEstate

CHOICEState Cerebrum.CommandSequence.CHOICEstate = CHOICEState.False

◆ commandLine

string Cerebrum.CommandSequence.commandLine

◆ commandNum

int Cerebrum.CommandSequence.commandNum = 0

◆ fileName

string Cerebrum.CommandSequence.fileName

◆ IFresult

bool Cerebrum.CommandSequence.IFresult = true

◆ IFstate

IFState Cerebrum.CommandSequence.IFstate = IFState.False

◆ IFstateSkip

bool Cerebrum.CommandSequence.IFstateSkip = false

◆ nestingLevel

int Cerebrum.CommandSequence.nestingLevel

◆ WAITstate

WAITState Cerebrum.CommandSequence.WAITstate = WAITState.False

The documentation for this class was generated from the following file: