Exago Logo
Search
Generic filters
Exact matches only

Global Event: OnScheduledReportComplete

This server event is available in version 2017.1 and later.

The OnScheduledReportComplete server event occurs when a scheduled report execution completes, regardless of whether it was successful or not. It precedes creation of the output file. The schedule job object is passed in the args array so the job can be examined for potential errors.

Signature

For custom code the args array is structured as follows:

args[] contains one argument, a SchedulerJob object representing the completed scheduled execution.

For .Net Assemblies the method signature is as follows:

  bool EventHandlerName(SessionInfo sessionInfo, SchedulerJob job)

Expected Return

The OnScheduledReportComplete server event expects a boolean return value to indicate whether to create the report output for the job. Returns TRUE if the report output should be created, returns FALSE if the report output should not be created.

Was this article helpful?
0 out of 5 stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.
Table of Contents