2.2.5.32 IpamTaskState

This simple type is an enumeration used to indicate the state of the IPAM tasks.

 <xs:simpleType name="IpamTaskState">
   <xs:restriction base="xsd:string">
     <xs:enumeration value="None" />
     <xs:enumeration value="Disabled" />
     <xs:enumeration value="Queued" />
     <xs:enumeration value="Ready" />
     <xs:enumeration value="Running" />
     <xs:enumeration value="Unknown" />
   </xs:restriction>
 </xs:simpleType>

The following table describes the various values of this type.

Value

Description

None

Unspecified or an invalid value.

Disabled

The task is registered but is disabled and no instances of the task are queued or running. The task cannot be run until it is enabled.

Queued

Instances of the task are queued.

Ready

The task is ready to be executed, but no instances are queued or running.

Running

One or more instance of the task is running.

Unknown

The state of the task is unknown.