Version: 2022.3
言語: 日本語

Task

class in UnityEditor.VersionControl

マニュアルに切り替える

説明

A Task describes an instance of a version control operation.

An object of this type allows you to process operations such as Provider.Checkout, Provider.GetLatest, and Provider.Submit. Unity creates this item almost every time you ask Provider to perform an action. Task objects, that version control operations return, execute in the background and don't always finish immediately, use Task.Wait if you need to wait for them to finish.

変数

assetList数種類のタスクの結果
changeSetsタスクから返されたチェンジセットのリスト
description現在のタスクの短い説明
messagesバージョン管理プラグインからのメッセージが含まれている場合があります。
progressPctA progress percentage for the current task.
resultCode結果コードを返すタスクがあり、それらは、ここに保管されます。
secondsSpentタスクが開始されてからかかった総時間数
successタスクが問題なく完了したか
textProvider.ChangeSetDescription タスクの結果が含まれます。

Public 関数

SetCompletionActionこれが設定されている場合は、タスクの完了時に処理完了後のタスクが実行されます。
Waitタスクを完了させるためのブロッキングとして使用される Wait