共用方式為


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

目前的會話正在進行中。

備註

如需詳細資訊,請參閱 列印支援應用程式設計指南

適用於

另請參閱