| Name | Description | Type | Allowed Values |
|---|---|---|---|
| context | Context or combination of contexts (separated using '|'). | String[] | |
| name | Name of the application. | String | |
| version | Major version of the application. | Int32 |
| Name | Description | Type | Default Value | Allowed Values |
|---|---|---|---|---|
| caption | Caption of the application. | String | ||
| class | Class name of the controller of the object. | String | ||
| icon | Icon for the application. | String | ||
| projectExtName | Project extension name for associated project files. | String | ||
| WorkflowToStart | String |
| Name | Description |
|---|---|
| canstart(String) | Callback that is invoked to determine whether the application can be started. |
| OnApplicationFinished(Application) | Callback that is invoked after the application finishes. |
| OnApplicationStarted(Application) | Callback that is invoked when the application starts. |
| OnBeforeProjectClosed(Application) | Callback that is invoked before a project is closed. |
| OnBeforeSave(Application) | Callback that is invoked before a project is saved. |
| OnProjectLoaded(Application) | Callback that is invoked when a project is loaded or a new project started. |