Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

Task.SetCompletionAction

Declaration

public void SetCompletionAction(VersionControl.CompletionAction action);

Parameters

action Which completion action to perform.

Description

Upon completion of a task a completion task will be performed if it is set.

This method can be used to update Version Control window after tasks that modify changesets.