SetOnCompleted

Method

Sets the onCompleted action and returns the task.

Definition

IQuestTask SetOnCompleted(Action onCompleted)
IQuestTask SetOnCompleted(Action onCompleted)

Returns IQuestTask

Parameters

ParameterDescription
Action onCompleted

Event called when this task is completed.