Apogy Auto-Start capability

Issue #200 new
peteallard created an issue

Apogy should provide an auto-start capability. The follwoing startup flags (which could be part of the .ini file for example,) should be supported:

apogyAutoStart=true/false Enables or disabled auto-start. apogyAutoStartSessionURl=url The URL specifying which session to load as part of the autostart. apogyAutoStartPerspective=perspectiveID The identifier of the Perspective to open.

The Session model should be modified to include a class AutoStartAttributes that should contain : - The IniticalCondition to apply after the varaiable have been instanciated. Can be left undefined. - The Program initilizationProgram to run (after the initial conditions have been applied) to start up the systems. Can be left undefined.

Comments (1)

  1. Log in to comment