schedulerJobInstanceInfo Data Type

Namespace
uri:lens:job:0.1
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
id schedulerJobInstanceHandle element ns0 0/1  
instanceRunList schedulerJobInstanceRun element ns0 0/unbounded  
jobId schedulerJobHandle element ns0 0/1  
scheduleTime long element ns0 1/1  

Example

<schedulerJobInstanceInfo xmlns="uri:lens:job:0.1">
  <id>
    <handleId>...</handleId>
  </id>
  <scheduleTime>...</scheduleTime>
  <instanceRunList>
    <runId>...</runId>
    <handle>
      <handleId>...</handleId>
    </handle>
    <sessionHandle>
      <publicId xmlns="">...</publicId>
      <secretId xmlns="">...</secretId>
    </sessionHandle>
    <instanceState>...</instanceState>
    <endTime>...</endTime>
    <resultPath>...</resultPath>
    <queryHandle>
      <handleId xmlns="">...</handleId>
    </queryHandle>
    <startTime>...</startTime>
  </instanceRunList>
  <jobId>
    <handleId>...</handleId>
  </jobId>
</schedulerJobInstanceInfo>