Print3DTaskCompletedEventArgs.ExtendedStatus 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 type of error encountered during the 3D print request.
public:
property Print3DTaskDetail ExtendedStatus { Print3DTaskDetail get(); };
Print3DTaskDetail ExtendedStatus();
public Print3DTaskDetail ExtendedStatus { get; }
var print3DTaskDetail = print3DTaskCompletedEventArgs.extendedStatus;
Public ReadOnly Property ExtendedStatus As Print3DTaskDetail
Property Value
The type of error encountered during the 3D print request.