Will be called when the task has been finished (success or failure or aborted). This event will be fired at the thread the task was running at.

Namespace: UnityThreading
Assembly: UnityThreading (in UnityThreading.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Action TaskEnded
Visual Basic
Public TaskEnded As Action
Visual C++
public:
Action^ TaskEnded

See Also