http://www.FatTail.com/api
ReportStatus Simple Type
http://www.FatTail.com/api : ReportStatus Simple Type
Description
Status of a report initiated through the API.
Namespace http://www.FatTail.com/api
Type
Restriction of xs:string
Overview
ReportStatus Restriction of xs:string
Status of a report initiated through the API.
Facets
EnumerationNotFound
EnumerationPending
EnumerationRunning
EnumerationDone
EnumerationError
Source
<xs:simpleType name="ReportStatus" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="NotFound" />
    <xs:enumeration value="Pending" />
    <xs:enumeration value="Running" />
    <xs:enumeration value="Done" />
    <xs:enumeration value="Error" />
  </xs:restriction>
</xs:simpleType>
See Also
http://www.FatTail.com/api