Table of Contents
WaitableTask.OnDone Method (Action, Boolean)

Invoke an action when this task is done.

Syntax
 public void OnDone(
   Action action,
   bool runInSameThread = false
);

Parameters

action
The action to be invoked.
runInSameThread
Whether to run the action in the same thread.
See Also