isApproved

fun isApproved(reportFileName: String): Boolean

Deprecated

use {@link ReportLocator#getApprovedReports()} and {@link ReportLocator#getUnapprovedReports()} instead

Returns true if the report is considered as approved.

This includes:

  • Reports which were pending when the user agreed to send a report in the NOTIFICATION mode Dialog.

  • Explicit silent reports

Return

True if a report can be sent.

Parameters

reportFileName

Name of report to check whether it is approved to be sent.