| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 1556 |
|
| Package | utility | |
| Module | misc |
executive implements a queue for executing commands or scripts:
Important Note that the scripts run in a separate instance of glish. Thus variables such as tools defined in the current glish session will not be available inside the script.
| executive | Construct a executive tool |
| concurrent | Return number of concurrent jobs allowed |
| done | Terminate the executive |
| gui | Open a GUI for this tool |
| list | Return the queue status |
| make | Run a makefile |
| run | Run a sequence of commands |
| running | Return number of running jobs |
| runscript | Run a script |
| setconcurrent | Set number of concurrent jobs allowed |
| show | Show the queue status |
| stop | Stop a specified job |
| test | Run a test for this tool |