Values.TaskSourceTask object encapsulating task information.
type nonrec t = {status : Status.t;Status of the task - Not Started, In-Progress, Complete.
*)statusDetail : StatusDetail.t option;Details of task status as notified by a migration tool. A tool might use this field to provide clarifying information about the status that is unique to that tool or that explains an error state.
*)progressPercent : ProgressPercent.t option;Indication of the percentage completion of the task.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of ProgressPercent.t
| `String of StatusDetail.t ])
list ]