var progress: Progress
The progress object returned by the class.
そのクラスによって返される進捗オブジェクト。
Availability 有効性
Technology
protocol ProgressReporting
Create the returned progress object using Progress
. The resulting object has no parent allowing the caller to add it to a progress tree using Progress
.
返される進捗オブジェクトをProgress
を使って作成してください。結果オブジェクトは親を持たず、それを進捗ツリーへとProgress
を使って加えることを呼び出し側に可能にしています。
You can return a single progress object or a progress tree. あなたは、ある単一の進捗オブジェクトまたはある進捗ツリーを返すことができます。 If you are creating a progress tree, add the children to the returned progress object as described in Reporting Progress for Multiple Operations.
You are responsible for setting and updating the Progress
of any Progress
object you create.
あなたは、あなたが作成するあらゆるProgress
オブジェクトのProgress
の設定と更新に責任があります。
var progress: Progress
class Progress