Print3DTaskCompletedEventArgs
Print3DTaskCompletedEventArgs
Print3DTaskCompletedEventArgs
Print3DTaskCompletedEventArgs
Class
Definition
public : sealed class Print3DTaskCompletedEventArgs : IPrint3DTaskCompletedEventArgspublic sealed class Print3DTaskCompletedEventArgs : IPrint3DTaskCompletedEventArgsPublic NotInheritable Class Print3DTaskCompletedEventArgs Implements IPrint3DTaskCompletedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Graphics.Printing3D.Printing3DContract (introduced v1)
|
Remarks
This API is designed for use with 3D Manufacturing Format (3MF) packages. For more info about 3MF, see the 3MF Specification.
Properties
Completion Completion Completion Completion
Gets the status of the 3D print request.
public : Print3DTaskCompletion Completion { get; }public Print3DTaskCompletion Completion { get; }Public ReadOnly Property Completion As Print3DTaskCompletion// You can use this property in JavaScript.
The completion status of the 3D print request.
ExtendedStatus ExtendedStatus ExtendedStatus ExtendedStatus
Gets the type of error encountered during the 3D print request.
public : Print3DTaskDetail ExtendedStatus { get; }public Print3DTaskDetail ExtendedStatus { get; }Public ReadOnly Property ExtendedStatus As Print3DTaskDetail// You can use this property in JavaScript.
The type of error encountered during the 3D print request.