Values_0.TaskStatisticsSourceStatistics for the checks performed during the audit.
type nonrec t = {totalChecks : TotalChecksCount.t option;The number of checks in this audit.
*)inProgressChecks : InProgressChecksCount.t option;The number of checks in progress.
*)waitingForDataCollectionChecks : WaitingForDataCollectionChecksCount.t option;The number of checks waiting for data collection.
*)compliantChecks : CompliantChecksCount.t option;The number of checks that found compliant resources.
*)nonCompliantChecks : NonCompliantChecksCount.t option;The number of checks that found noncompliant resources.
*)failedChecks : FailedChecksCount.t option;The number of checks.
*)canceledChecks : CanceledChecksCount.t option;The number of checks that did not run because the audit was canceled.
*)}