Subroutines
executordelete |
Deletes an execution from the Xpress Executor component
|
executordeleteall |
Deletes all executions from the Xpress Executor component
|
executorexecute |
Submits a new execution to the Xpress Executor component.
|
executorfetchinput |
Downloads the input data file of the given execution
|
executorfetchresult |
Downloads the result data file of the given execution
|
executorfetchrunlog |
Downloads the run log of the given execution
|
executorfetchrunlogfragment |
Downloads a fragment of the run log of the given execution.
|
executorgetconcurrencylevel |
Fetch the currently configured concurrency level of the Xpress Executor component.
|
executorgetexpiryhours |
Fetch the configured execution expiry time of the Xpress Executor component.
|
executorgetinstanceconfig |
Fetch the Mosel instance re-use configuration of the Xpress Executor component.
|
executorgetmodelparams |
Fetch the model parameters of the Xpress Executor component.
|
executorinit |
Initialize the given Executor with the details of the indicated component configured in executor_components, or in the same DMP solution.
|
executorinitlocal |
Initialize the given Executor in local mode.
|
executorlist |
Request a list of all the model executions currently present in the Xpress Executor component
|
executorpoll |
Update the status of the given ModelExecution
|
executorrepositorystatus |
Query the current repository status for the Xpress Executor component
|
executorsetconcurrencylevel |
Configure the concurrency level of the Xpress Executor component.
|
executorsetexecmode |
Configure the execution mode of the Xpress Executor component.
|
executorsetexpiryhours |
Configure the number of hours after which a completed execution may be automatically deleted.
|
executorsetinputxsd |
Configure the input XSD describing the format of the input data.
|
executorsetinstanceconfig |
Configure when Xpress Executor is allowed to re-use a Mosel instance (process) for multiple executions.
|
executorsetmodelfile |
Configure the model file of the Xpress Executor component.
|
executorsetmodelparams |
Configure the model parameters of the Xpress Executor component.
|
executorsetresultxsd |
Configure the result XSD describing the format of the result data.
|
executorwaitfor |
Wait until the given execution has completed
|
getlasterror |
Returns a string describing the error that occurred during the most recent operation on the Executor instance.
|
getstatus |
Indicates the status of the most recent request this model has made using the Executor instance
|