| Trees | Indices | Help | 
 | 
|---|
|  | 
object --+
         |
        GlideStartup
This class implements the overall, high-level logic of the startup script. Note that the launching workflow implemented with this class may be interactive!
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| 
 | |||
| 
 x.__init__(...) initializes x; see help(type(x)) for signature 
 | 
| 
 Launch the job and return an exit code. May prompt the user to confirm whether to restart or overwrite a previous run. | 
| 
 If it looks like the job has been previously run, check if -RESTART or -OVERWRITE have been specified, and if not prompt and adjust self.options accordingly. Returns True if the user wishes to proceed, False to abort. | 
| 
 Ask whether to restart, overwrite, or abort. Return True to continue, False to abort. May modify self.options as a side effect. | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 3 07:59:37 2016 | http://epydoc.sourceforge.net |