구문
VBScript
reportMgr.GetReportPrintJobStatus
Perl
$reportMgr->GetReportPrintJobStatus();
- ID
- 설명
- reportMgr
- 현재 세션과 연관된 ReportMgr 오브젝트입니다.
- Return value
- tagPrintJobStatus 열거 상수 중 하나에 해당하는 INT를 리턴합니다.
enum tagPrintJobStatus {
crPrintingNotInitialized = 0
crPrintingNotStarted,
crPrintingInProgress,
crPrintingCompleted,
crPrintingFailed,
crPrintingCancelled,
crPrintingHalted
}