Print3DTaskCompletedEventArgs Print3DTaskCompletedEventArgs Print3DTaskCompletedEventArgs Print3DTaskCompletedEventArgs Class

Definition

Provides data for the Completed event of the 3D print request.

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.
Value
Print3DTaskCompletion Print3DTaskCompletion Print3DTaskCompletion Print3DTaskCompletion

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.
Value
Print3DTaskDetail Print3DTaskDetail Print3DTaskDetail Print3DTaskDetail

The type of error encountered during the 3D print request.