+ discreteProgressWithTotalUnitCount:
Creates and returns a progress instance with the specified unit count that isn’t part of any existing progress tree.
ある進捗インスタンスをこの指定された単位計数で作成して返します、それはどんな既存の進捗ツリーの一部でもありません。
+ progressWithTotalUnitCount:
Creates and returns a progress instance.
ある進捗インスタンスを作成します。
+ progressWithTotalUnitCount:parent:pendingUnitCount:
Creates a progress instance for the specified progress object with a unit count that’s a portion of the containing object’s total unit count.
ある進捗インスタンスをこの指定された進捗オブジェクトに対してある単位計数で作成します、それはその包含オブジェクトのもつ総単位計数の一部です。