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

undoing

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

Declaration 宣言

@property(readonly, getter=isUndoing) BOOL undoing;

Discussion 議論

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

See Also 参照

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