構文
VBScript
reportMgr.GetReportPrintJobStatus
Perl
$reportMgr->GetReportPrintJobStatus();
- 識別子
- 説明
- reportMgr
- 現在のセッションに関連した ReportMgr オブジェクト。
- 戻り値
- tagPrintJobStatus 列挙型定数の 1 つに対応する INT。
enum tagPrintJobStatus {
crPrintingNotInitialized = 0
crPrintingNotStarted,
crPrintingInProgress,
crPrintingCompleted,
crPrintingFailed,
crPrintingCancelled,
crPrintingHalted
}