schedulerJobInstanceRun Data Type

Namespace
uri:lens:job:0.1
Schema
ns1.xsd
Properties
name data type type namespace min/max occurs description
endTime long element ns1 1/1 actual finish time of this instance run.
handle schedulerJobInstanceHandle element ns1 0/1 the handle
instanceState schedulerJobInstanceState element ns1 0/1 status of this instance.
queryHandle queryHandle element ns1 0/1 queryHandle of this instance run.
resultPath string element ns1 0/1 result path of this instance run.
runId int element ns1 1/1 the runId
sessionHandle lensSessionHandle element ns1 0/1 session handle for this instance run.
startTime long element ns1 1/1 actual start time of this instance run .

Example

<schedulerJobInstanceRun xmlns="uri:lens:job:0.1">
  <handle>
    <handleId>...</handleId>
  </handle>
  <runId>...</runId>
  <sessionHandle>
    <publicId xmlns="">...</publicId>
    <secretId xmlns="">...</secretId>
  </sessionHandle>
  <startTime>...</startTime>
  <endTime>...</endTime>
  <resultPath>...</resultPath>
  <queryHandle>
    <handleId xmlns="">...</handleId>
  </queryHandle>
  <instanceState>...</instanceState>
</schedulerJobInstanceRun>