Type Alias

NSProgressPublishingHandler

A block that the system calls when an observed progress object matches the subscription. あるブロック、それはシステムが呼び出します、ある監視された進捗オブジェクトがこの定期購買と合致する時に。

Declaration 宣言

typedef NSProgressUnpublishingHandler  _Nullable (^NSProgressPublishingHandler)(NSProgress *progress);

Parameters パラメータ

progress

The proxy to the observed progress object.

Return Value 戻り値

An optional block that the system invokes when the observed progress object invokes unpublish, the publishing process terminates, or you invoke removeSubscriber:.

See Also 参照

Observing and Controlling File Progress by Other Processes ファイル進捗を他のプロセスによって監視および制御する