Print3DTaskCompletedEventArgs.Completion Property

Definition

Gets the status of the 3D print request.

public:
 property Print3DTaskCompletion Completion { Print3DTaskCompletion get(); };
Print3DTaskCompletion Completion();
public Print3DTaskCompletion Completion { get; }
var print3DTaskCompletion = print3DTaskCompletedEventArgs.completion;
Public ReadOnly Property Completion As Print3DTaskCompletion

Property Value

The completion status of the 3D print request.

Applies to