Class AssetConversionStatusResult
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;