Returns the created GameWindow after the asynchronous operation completes.
This property provides access to the newly created window. You can only access this property after the operation completes (when AsyncOperation.isDone is true). Accessing this property before the operation completes will throw an InvalidOperationException.
Read-only.
Additional resources: AsyncOperation, GameWindowManager.Create.