Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | misc | |
Tool | executive |
The number returned is the job number, which is a monotonically increasing number starting at one. You can use this number to kill or remove a given job.
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.
commands | Commands to be executed | ||
Allowed: | String | ||
Default: | None | ||
inc | Include file to be invoked on start | ||
Allowed: | String | ||
Default: | '' | ||
host | Host where script is to be run: default is current host | ||
Allowed: | String | ||
Default: | '' | ||
log | Log file | ||
Allowed: | String | ||
Default: | '' |
include 'executive.g'; myexecutive:=executive(); myexecutive.run('doit()', inc='ireallydoit.g', host='zeus');