Print3DWorkflowStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the status of the Print3DWorkflow class.
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
- Inheritance
-
Print3DWorkflowStatus
- Attributes
Windows requirements
Device family |
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
Windows 10 (introduced in 10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox) |
API contract |
Windows.Devices.Printers.Extensions.ExtensionsContract (introduced in v1.0)
Windows.Foundation.UniversalApiContract (introduced in v2.0) |
Fields
Name | Value | Description |
---|---|---|
Abandoned | 0 | The printing experience has been abandoned. |
Canceled | 1 | The printing experience has been canceled. |
Failed | 2 | The print request failed. |
Slicing | 3 | The object is undergoing slicing in preparation for printing. |
Submitted | 4 | The print request has been submitted. |