次の方法で共有


PrintWorkflowPrinterJobStatus 列挙型

定義

現在の印刷ワークフロー プリンター ジョブの状態を表す値が含まれます。

public enum class PrintWorkflowPrinterJobStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
enum class PrintWorkflowPrinterJobStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
public enum PrintWorkflowPrinterJobStatus
var value = Windows.Graphics.Printing.Workflow.PrintWorkflowPrinterJobStatus.error
Public Enum PrintWorkflowPrinterJobStatus
継承
PrintWorkflowPrinterJobStatus
属性

Windows の要件

デバイス ファミリ
Windows 11 (10.0.22000.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v14.0 で導入)

フィールド

Aborted 1

現在のセッションが中止されました。

Completed 3

現在のセッションが完了しました。

Error 0

現在のセッションでエラーが発生しました。

InProgress 2

現在のセッションが進行中です。

注釈

詳細については、「 印刷サポート アプリの設計ガイド」を参照してください。

適用対象

こちらもご覧ください