|
WMI Fun !! 〜 WMIに興味がある方・システム管理者必見!! 〜 WMI StepWMI SampleWMI ReferenceWMI LibraryMy Let'snotePersonalLinkAbout WMI Fun !! |
|
|
|
WMI Fun !! > WMI Library > Win32_PrintJob クラス |
|
|
Panasonic Let'snoteを長年愛用しています、その理由はMy Let'snoteで…
インクを買うよりもしかしたら安い?インクジェット複合機HP Photosmart 5510 白いご飯や日本酒にもとても合うにしんのきりこみがマイブームです Win32_PrintJob クラス - WMI LibraryWin32_PrintJob クラスの説明
CIM_Job は、印刷ジョブなどのシステムの作業単位を表す論理要素です。ジョブがスケジュールされるプロセスには含まれないジョブです。
プロパティ リスト
CaptionData Type: stringAccess Type: Read OnlyCaption プロパティは、オブジェクトを短いテキスト (1 行の文字列) で表した説明です。 ColorData Type: stringAccess Type: Read OnlyThe Color property indicates whether the document is to be printed in color or monochrome. Some color printers have the capability to print using true black instead of a combination of Yellow, Cyan, and Magenta. This usually creates darker and sharper text for documents. This option is only useful for color printers that support true black printing. DataTypeData Type: stringAccess Type: Read OnlyThe DataType property indicates the format of the data for this print job. This instructs the printer driver to eithertranslate the data (generic text, PostScript, or PCL) before printing, or to print in a raw format (for graphics and pictures). DescriptionData Type: stringAccess Type: Read OnlyDescription プロパティは、オブジェクトの説明を提供します。 DocumentData Type: stringAccess Type: Read OnlyThe Document property specifies the name of the print job. The user sees this name when viewing documents waiting to be printed. DriverNameData Type: stringAccess Type: Read OnlyThe DriverName property indicates the name of the printer driver used for the print job. ElapsedTimeData Type: datetimeAccess Type: Read Onlyジョブが実行されている時間の長さです。 HostPrintQueueData Type: stringAccess Type: Read OnlyThe HostPrintQueue property contains the name of the computer on which the print job was created. InstallDateData Type: datetimeAccess Type: Read OnlyInstallDate プロパティは、オブジェクトがいつインストールされたかを示す datetime 値です。値がなくても、オブジェクトがインストールされていないことを示すわけではありません。 JobIdData Type: uint32Access Type: Read OnlyThe JobId property indicates the identifier number of the job. It is used by other methods as a handle to a single job spooling to the printer. JobStatusData Type: stringAccess Type: Read Onlyジョブの状態を表す自由形式の文字列です。 NameData Type: stringAccess Type: Read OnlyName プロパティは、オブジェクトを認識するためのラベルを定義します。サブクラスでは、Name プロパティは上書きされて Key プロパティになることがあります。 NotifyData Type: stringAccess Type: Read OnlyUser to be notified upon job completion or failure. This property is restricted to 16 characters under Windows 9x platforms. OwnerData Type: stringAccess Type: Read Onlyジョブを送信したユーザーです。 PagesPrintedData Type: uint32Access Type: Read OnlyThe PagesPrinted property specifies the number of pages that have been printed. This value may be zero if the print job does not contain page delimiting information. PaperLengthData Type: uint32Access Type: Read OnlyThe PaperLength property indicates the length of the paper. PaperSizeData Type: stringAccess Type: Read OnlyThe PaperSize property indicates the size of the paper. PaperWidthData Type: uint32Access Type: Read OnlyThe PaperWidth property indicates the width of the paper. ParametersData Type: stringAccess Type: Read OnlyThe Parameters property indicates optional parameters to send to the print processor. See the PrintProcessor member for more information. PrintProcessorData Type: stringAccess Type: Read OnlyThe PrintProcessor property indicates the print processor service used to process the print job. A printer processor works in conjunction with the printer driver to provide additional translation of printer data for the printer, and can also be used to provide special options such as a title page for the job. PriorityData Type: uint32Access Type: Read Only優先順位は、ジョブ実行の緊急性または重要性を示します。 SizeData Type: uint32Access Type: Read OnlyThe Size property indicates the size of the print job. SizeHighData Type: uint32Access Type: Read OnlyThe SizeHigh property indicates the size of the print job if the Size property exceeds 4,294,967,295 bytes. StartTimeData Type: datetimeAccess Type: Read Onlyジョブを開始した時間です。 StatusData Type: stringAccess Type: Read OnlyStatus プロパティはオブジェクトの現在の状態を示す文字列です。操作可能な状態および操作不可能な状態が定義されます。操作可能な状態は、"OK"、"低下" および "障害が発生する可能性あり" です。"障害が発生する可能性あり" は、要素は適切に機能するけれども近いうちに障害が発生する可能性があることを示します。例: SMART 対応ハード ディスク。操作不可能な状態も指定できます。これは、"エラー"、"開始中"、"停止動作中" および "サービス" です。最後の "サービス" には、ディスクがミラーされている間、ユーザーのアクセス許可の一覧を再度読み込む間、または他の管理用作業が行われている間などが該当します。この作業がすべてオンラインで行われるとは限りませんが、[管理要素] は "OK" でも他の状態でもありません。 StatusMaskData Type: uint32Access Type: Read OnlyThe StatusMask property specifies a bitmap of the possible statuses relating to this print job. TimeSubmittedData Type: datetimeAccess Type: Read Onlyジョブを送信した時刻です。 TotalPagesData Type: uint32Access Type: Read OnlyThe TotalPages property specifies the number of pages required to complete the job. This value may be zero if the print job does not contain page-delimiting information. UntilTimeData Type: datetimeAccess Type: Read Onlyジョブが無効または停止する時刻です。
メソッド リスト
Pause
The Pause method pauses a job in a print queue. If the job was currently printing, no other job will be printed. If the job wasn't printing yet, another unpaused print job may begin printing. The method can return the following values: Resume
The Resume method continues a paused print job. The method can return the following values:
WQL サンプル
SELECT * FROM Win32_PrintJob
このサイトの情報について
このコンテンツはWMIの各コンポーネントが持っているWin32_PrintJobクラス情報を参照・抽出しリファレンスとして作成・提供しています。
|
|
ご意見・ご要望・ご感想をこちらのアンケートからお待ちしています |
| ∧ ページの先頭へ… |