Search

Search

Help

Page 11 of 12. Showing 111 results (0.009 seconds)

  1. Modo Job Submission

    to install the scripts example: "C:\Users\Administrator\AppData\Roaming\Luxology" You will need to do this on every workstation that you intend to submit Modo jobs from. If you…
    QubeFeb 01, 2017
  2. Job Structure

    to perform a series of actions; some are internal like activating a dormant job, others are external like sending out an email message or executing a python script. Instances…
    QubeJan 13, 2015
  3. qbsub.pl

    #!/usr/bin/perl # # Qube! - Example Perl Job Submission Script # ##################################################################################### # # Licensed Materials…
    Qube / … / PerlOct 15, 2014
  4. callback3.pl

    #!/usr/bin/perl # # Qube! - Example Perl Job Dependency Submission Script # ##################################################################################### # # Licensed…
    Qube / … / PerlOct 15, 2014
  5. Use the Metered License Server public REST API to retrieve the usage records for your supervisor

    write your script in any language you like, but my example is in Python. Should you choose to also use Python, you'll need the Python Requests…
    QubeJun 07, 2017
  6. Basic dependencies

    : print('child: %d' % job['id']) if __name__ == "__main__": main() sys.exit(0) Running this script will create 2 jobs. The first will run immediately, the second…
    QubeOct 13, 2020
  7. Callbacks

    it properly. Each callback must include: The trigger expression to specify when the callback should be executed. The scripting language to use for the callback. The action or code…
    QubeSep 14, 2018
  8. qbjobinfo.pl

    #!/usr/bin/perl ############################################################################ # # Copyright: PipelineFX, L.L.C. # # qbjobinfo.pl # # An example script to show how…
    Qube / … / PerlOct 15, 2014
  9. submit-p-agenda-job.py

    ('/Applications/pfx/qube/api/python'); else: sys.path.append('/usr/local/pfx/qube/api/python'); import qb # This script demonstrates how to submit an agenda-based job (in this case…
    Qube / … / PythonOct 15, 2014
  10. submit-p-agenda-job.pl

    #!/usr/bin/perl -w use strict; # This script demonstrates how to submit an agenda-based job (in this case, a # simple "cmdrange" job, with the p-agenda feature enabled, using…
    Qube / … / PerlOct 15, 2014