Whether the task has completed.
When true the asynchronous operation associated with the
OVRTask<TResult> that created this Awaiter (see
OVRTask<TResult>.GetAwaiter) is complete.Typically, you would not call this directly. This is queried by a compiler-generated state machine to support async / await.