Protocol

ProgressReporting

An interface for objects that report progress using a single progress instance. 進捗を単一の進捗インスタンスを使って報告するオブジェクトに対するインターフェイス。

Declaration 宣言

protocol ProgressReporting

Overview 概要

Create the returned progress object using ProgressReporting. The resulting object has no parent allowing the caller to add it to a progress tree using ProgressReporting. 返される進捗オブジェクトをProgressReportingを使って作成してください。結果オブジェクトは親を持たず、それを進捗ツリーへとProgressReportingを使って加えることを呼び出し側に可能にしています。

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 ProgressReporting of any Progress object you create. あなたは、あなたが作成するあらゆるProgressオブジェクトのProgressReportingの設定と更新に責任があります。

Topics 話題

Custom Class Progress カスタムクラス進捗

Relationships 関係

Inherits From 継承元

Inherited By 継承される先

See Also 参照

Progress 進捗