PrintTaskCompletion 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 completion status of a print task.
public enum class PrintTaskCompletion
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PrintTaskCompletion
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PrintTaskCompletion
var value = Windows.Graphics.Printing.PrintTaskCompletion.abandoned
Public Enum PrintTaskCompletion
- Inheritance
-
PrintTaskCompletion
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Abandoned | 0 | An abandoned print task. |
Canceled | 1 | A canceled print task. |
Failed | 2 | A failed print task. |
Submitted | 3 | A submitted print task. |