Result object tracking the asynchronous result of an OpenXR Future object. Result object tracking the asynchronous result of an OpenXR Future object, you can use this object to track the result status. Cancel this future, this will interrupt and stop the asynchronous function. Return the [code]XrFutureEXT[/code] value this result relates to. Returns the result value of our asynchronous function (if set by the extension). The type of this result value depends on the function being called. Consult the documentation of the relevant function. Returns the status of this result. Stores the result value we expose to the user. [b]Note:[/b] This method should only be called by an OpenXR extension that implements an asynchronous function. Emitted when the asynchronous function is finished or has been cancelled. The asynchronous function is running. The asynchronous function has finished. The asynchronous function has been cancelled.