2.2.4.442 TaskInfo
The TaskInfo complex type specifies the set of details that provide more information about IPAM tasks.
-
<xs:complexType name="TaskInfo"> <xs:sequence> <xs:element minOccurs="0" name="LastRunTime" nillable="true" type="xsd:dateTime" /> <xs:element minOccurs="0" name="NextRunTime" nillable="true" type="xsd:dateTime" /> <xs:element minOccurs="0" name="State" type="ipam:IpamTaskState" /> <xs:element minOccurs="0" name="Status" nillable="true" type="xsd:string" /> <xs:element minOccurs="0" name="TaskType" type="ipam:IpamTaskType" /> <xs:element minOccurs="0" name="Triggers" nillable="true" type="xsd:string" /> </xs:sequence> </xs:complexType>
LastRunTime: This specifies the time at which the task was last run.
NextRunTime: This specifies the next runtime for the task.
State: This specifies the localized string representation of the Status.
Status: This specifies the status of the Task.
TaskType: This specifies the enumeration value to uniquely identify the IPAM task.
Triggers: This specifies the triggers associated with the IPAM task.