Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deprecated, use ConversionPropertiesResult instead.
class Microsoft::Azure::RemoteRendering::AssetConversionStatusResult final : public Microsoft::Azure::RemoteRendering::SessionContextResult
Properties
ErrorMessage
Get additional information about the result.
auto GetErrorMessage(std::string & out) const noexcept -> void;
Result
The result of the query.
It is an error to call this while the operation is still in progress or in an error state.
auto GetResult() const noexcept -> Microsoft::Azure::RemoteRendering::ConversionSessionStatus;