Returns the current status of the print job.
This method indicates whether or not the report writing tool has finished generating the report. After this method returns crPrintingCompleted, you can open the generated report file and begin examining the data.
VBScript
reportMgr.GetReportPrintJobStatus
Perl
$reportMgr->GetReportPrintJobStatus();
enum tagPrintJobStatus { crPrintingNotInitialized = 0 crPrintingNotStarted, crPrintingInProgress, crPrintingCompleted, crPrintingFailed, crPrintingCancelled, crPrintingHalted }