Properties

Result

Gets the result value of the UnityTask - will be populated once the UnityTask completes and only if it returns a value

C#
unityTask.Result;

State

Gets the current state of the UnityTask - indicating whether it is running or aborted etc

C#
unityTask.State;