Instance Property インスタンスプロパティ

redoing

Returns a Boolean value that indicates whether the receiver is in the process of performing its redo method. レシーバがそれのredoメソッドの実行を処理中であるかどうかを指し示すブール値を返します。

Declaration 宣言

@property(readonly, getter=isRedoing) BOOL redoing;

Discussion 議論

YES if the method is being performed, otherwise NO. YES、もしメソッドが実行中ならば、そうでなければNO

See Also 参照

Checking Whether Undo or Redo Is Being Performed 「取り消す」または「やり直す」どちらが実行されているか確認する