RG.PYEXECUTE

  1. RG.PYEXECUTE python-script [UNBLOCKING]
  • python-script: the python script to run (string)Optional args:
  • UNBLOCKING: run the script in an unblocking mode, in this case an execution ID is returned. If ran in unblocking mode you can get your result with RG.GETRESULTSBLOCKINGRun the given python script. The python script may or may not run a Gears execution.

Returns

When running in UNBLOCKING mode

  • an execution ID. You can get the result with RG.GETRESULTSBLOCKING or RG.GETRESULTSWhen running in normal mode

  • The Execution Result