Main class of the Nebula2 simple application framework.
- Command Input:
s(CompanyName)
- Command Output:
v
- Command Description:
- Set the company name. This will be used together with the application name to identify the application in various places of the system (for instance the Windows registry, etc...).
- Command Input:
v
- Command Output:
s(CompanyName)
- Command Description:
- Get the company name.
- Command Input:
s(AppName)
- Command Output:
v
- Command Description:
- Set the application name. This will be used together with the company name to identify the application in various places of the system (for instance the Windows registry, etc...).
- Command Input:
v
- Command Output:
s(AppName)
- Command Description:
- Get the application name.
- Command Input:
v
- Command Output:
s
- Command Description:
- Retrieve name of the current state.
04-Oct-04 kims created
- Command Input:
s
- Command Output:
v
- Command Description:
- Specify the state with given string of the state name.
04-Oct-04 kims created