CompletionAction
Different actions a version control task can do upon completion.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.VersionControl
- Assembly: UnityEditor.CoreModule
public enum CompletionAction
Fields
Value | Description |
|---|---|
| OnAddedChangeWindow | Refresh windows upon task completion. |
| OnChangeContentsPendingWindow | Update the content of a pending changeset with the result of the task upon completion. |
| OnChangeSetsPendingWindow | Update the pending changesets with the result of the task upon completion. |
| OnCheckoutCompleted | Show or update the checkout failure window. |
| OnGotLatestPendingWindow | Refreshes the incoming and pensing changes window upon task completion. |
| OnIncomingPendingWindow | Update incoming changes window with the result of the task upon completion. |
| OnSubmittedChangeWindow | Refresh the submit window with the result of the task upon completion. |
| UpdatePendingWindow | Update the list of pending changes when a task completes. |