Main Content
setComplianceCount
Set number of results with specified compliance status
Description
setComplianceCount(
specifies the number of assessment results, taskResultObj
,status
,count
)count
, that have the
specified compliance status, status
, in the
ComplianceStatusSummary
property in the task result object.
This function sets the count by overwriting the existing value. If you want to
add to the existing value, you can use the function
addComplianceStatus
instead.