TaskInfoCollection Data Type

A collection of task info.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
TasksInfos list of TaskInfo element 0/unbounded Gets the items.

Example

<TaskInfoCollection>
  <TasksInfos>
    <state>...</state>
    <userid>...</userid>
    <name>...</name>
    <timeSubmitted>...</timeSubmitted>
    <timeStarted>...</timeStarted>
    <timeCompleted>...</timeCompleted>
    <source>...</source>
    <destination>...</destination>
    <percentComplete>...</percentComplete>
    <relatedObjects>
      <displayName>...</displayName>
      <type>...</type>
      <id>...</id>
    </relatedObjects>
    <finalState>...</finalState>
    <correlationId>...</correlationId>
  </TasksInfos>
</TaskInfoCollection>