Types
-
id : textThe unique identifer of the executioniscompleted : booleanWhether the execution has completed (successfully or with errors), or not (not started or currently executing)hasinput : booleanWhether the execution has input data.hasresult : booleanWhether the execution has result data.isexecuting : booleanWhether the execution is currently running (not completed and not waiting to start)executionnode : textThe name of the gear on which the execution was executedstatus : stringStatus of the execution. One of: EXECUTION_STATUS_OK, EXECUTION_STATUS_MATHERR, EXECUTION_STATUS_ERROR, EXECUTION_STATUS_IOERR, EXECUTION_STATUS_NIFCT, EXECUTION_STATUS_NULL, EXECUTION_STATUS_LICERR, EXECUTION_STATUS_STOP, EXECUTION_STATUS_LOAD_ERROR, EXECUTION_STATUS_INTERNAL_ERROR, EXECUTION_STATUS_NOT_COMPLETEDexitcode : integerThe exit code of the model - the value passed to the Mosel exit() procedure, or 0creationtimestamp : realTimestamp when the execution was created, expressed as milliseconds since 1/1/1970 00:00 UTCstarttimestamp : realTimestamp when the execution started to execute, expressed as milliseconds since 1/1/1970 00:00 UTC, or 0 if unsetfinishtimestamp : realTimestamp when the execution finished executing, expressed as milliseconds since 1/1/1970 00:00 UTC, or 0 if unsetmodelparams : dynamic array(ExecutorParamNames) of textAdditional model parameters used with this execution
-
numexecutions : integerThe total number of executions currently in the repositorynumqueued : integerThe number of executions in the repository that have not yet started to executenuminprogress : integerThe number of executions in the repository that are currently executingnumcompleted : integerThe number of executions in the repository that have completed (either successfully or with errors)binarydatasize : integerThe approximate number of megabytes of binary data stored in the databasebinarydataquota : integerThe maximum number of megabytes of binary data that may be stored in the databasedbsize : integerThe current size of the database, in megabytes