Table of Contents
WaitableTask.OnDone Method
Overload List
Name Description
void OnDone(Action, bool); Invoke an action when this task is done.
void OnDone(Action<T>, bool); Invoke an action when this task is done.
See Also