Module Values.TaskInstanceStatusSource

Sourcetype nonrec t =
  1. | QUEUED
  2. | FAILED
  3. | SCHEDULED
  4. | RUNNING
  5. | SUCCESS
  6. | UP_FOR_RESCHEDULE
  7. | UP_FOR_RETRY
  8. | UPSTREAM_FAILED
  9. | REMOVED
  10. | RESTARTING
  11. | DEFERRED
  12. | NONE
  13. | CANCELLED
  14. | TIMEOUT
  15. | Non_static_id of string
Sourceval make : 'a -> 'a
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval to_value : t -> [> `Enum of string ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval to_header : t -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t