Gets the result value of the UnityTask - will be populated once the UnityTask completes and only if it returns a value
C#unityTask.Result;
unityTask.Result;
Gets the current state of the UnityTask - indicating whether it is running or aborted etc
C#unityTask.State;
unityTask.State;