setComplianceCount
Set number of results with specified compliance status
Description
Add-On Required: This feature requires the CI Support Package for Simulink add-on.
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.