The "--nogui" option can be appended to the commands as described above so that it will just submit the job without bringing up the submission dialog. All simplecmd callbacks and path translations that would be called if doing the same process interactively with a dialog are performed. This is particularly useful if one has an in-application submission with all the options known in advance that does not require any user input.
Example:
- Submit a maya job without bringing up a submission dialog.
qube --nogui --submitDict "{'prototype':'maya','package':{'scenefile':'myscenefile.ma'}, 'priority':500, 'cpus':4}"