Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CompletionAction

Different actions a version control task can do upon completion.
Read time 1 minuteLast updated 6 days ago

Definition

public enum CompletionAction

Fields

Value

Description

OnAddedChangeWindowRefresh windows upon task completion.
OnChangeContentsPendingWindowUpdate the content of a pending changeset with the result of the task upon completion.
OnChangeSetsPendingWindowUpdate the pending changesets with the result of the task upon completion.
OnCheckoutCompletedShow or update the checkout failure window.
OnGotLatestPendingWindowRefreshes the incoming and pensing changes window upon task completion.
OnIncomingPendingWindowUpdate incoming changes window with the result of the task upon completion.
OnSubmittedChangeWindowRefresh the submit window with the result of the task upon completion.
UpdatePendingWindowUpdate the list of pending changes when a task completes.