Values_0.DetectMitigationActionsTaskStatisticsSourceThe statistics of a mitigation action task.
type nonrec t = {actionsExecuted : GenericLongValue.t option;The actions that were performed.
*)actionsSkipped : GenericLongValue.t option;The actions that were skipped.
*)actionsFailed : GenericLongValue.t option;The actions that failed.
*)}