Task

class in UnityEditor.VersionControl

/

Implemented in:UnityEditor

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

A UnityEditor.VersionControl.Task is created almost everytime UnityEditor.VersionControl.Provider is ask to perform an action.

Properties

assetListThe result of some types of tasks.
changeSetsList of changesets returned by some tasks.
descriptionA short description of the current task.
messagesMay contain messages from the version control plugins.
progressPctProgress of current task in precent.
resultCodeSome task return result codes, these are stored here.
secondsSpentTotal time spent in task since the task was started.
successGet whether or not the task was completed succesfully.
textWill contain the result of the Provider.ChangeSetDescription task.

Public Methods

SetCompletionActionUpon completion of a task a completion task will be performed if it is set.
WaitA blocking wait for the task to complete.

Did you find this page useful? Please give it a rating: