Print3DWorkflowStatus 枚举

定义

指定 Print3DWorkflow 类的状态。

public enum class Print3DWorkflowStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.Printers.Extensions.ExtensionsContract, 65536)]
enum class Print3DWorkflowStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
enum class Print3DWorkflowStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.Printers.Extensions.ExtensionsContract), 65536)]
public enum Print3DWorkflowStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
public enum Print3DWorkflowStatus
var value = Windows.Devices.Printers.Extensions.Print3DWorkflowStatus.abandoned
Public Enum Print3DWorkflowStatus
继承
Print3DWorkflowStatus
属性

Windows 要求

设备系列
Windows Desktop Extension SDK (在 10.0.10240.0 中引入)
Windows 10 (在 10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
API contract
Windows.Devices.Printers.Extensions.ExtensionsContract (在 v1.0 中引入)
Windows.Foundation.UniversalApiContract (在 v2.0 中引入)

字段

Abandoned 0

打印体验已被放弃。

Canceled 1

打印体验已取消。

Failed 2

打印请求失败。

Slicing 3

对象正在进行切片,准备打印。

Submitted 4

已提交打印请求。

适用于