Print3DTaskCompletedEventArgs.Completion Property
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.
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.