class func current() -> Progress?
Returns the progress instance, if any.
進捗インスタンスを返します、もしあれば。
func addChild (Progress, withPendingUnitCount : Int64)
Adds a process object as a suboperation of a progress tree.
あるプロセスオブジェクトを進捗ツリーの下位演算として加えます。
func performAsCurrent <ReturnType>( withPendingUnitCount : Int64, using: () -> ReturnType) -> ReturnType
Retrieves the current thread’s progress object, executes the specified block, and increments the progress object by the specified units of work.
現在のスレッドのもつ進捗オブジェクトを取って来ます、指定されたプロックを遂行します、そして進捗オブジェクトをその指定された仕事の単位だけ漸増します。
func resignCurrent ()
Restores the previous progress object to become the current progress object on the thread.
前の進捗オブジェクトを復元して、スレッド上の現在の進捗オブジェクトになるようにします。