SplusDataResult property reference

<SplusDataResult> is an SPXML tag received and returned by Spotfire Statistics Services. It contains results properties.

Property Description
created contains the date and time the results were created.
createdBy contains the login ID of the user who created the request generating the results.
createdMillis indicates the time, in milliseconds, that the job was created.
engineTime indicates the time engine took to execute the request.
hasError indicates whether the evaluation produced an error.
hasOutputText indicates whether the evaluation contains output text. Output text is the text that would appear in the TERR or open-source R console.
hasReturnValue indicates whether the evaluation returned a value.
hasWarnings indicates whether the evaluation produced any warnings.
jobId contains the identifier for this job. Use this value to find the job in the results directory. (If you run an asynchronous job, then only the jobId and status are immediately returned. )
prepTime indicates the time the engine spent preparing to execute the request.
queuedTime indicates the time the request spent in the queue before being executed.
scheduled contains the date and time the job is scheduled to run.
scheduledMillis indicates the time, in milliseconds, the job was scheduled.
serverInstance contains the name of the server that ran the request.
serverTime indicates the total time the server spent executing the request.
status
  • -2 job interrupted
  • -1 job failed
  • 0 job not started
  • 1 job running
  • 2 job done
  • 3 job done with error.
version indicates the version of the Spotfire XML used for the results (not to be confused with the XML language version).