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

isUndoing

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

Declaration 宣言

var isUndoing: Bool { get }

Discussion 議論

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

See Also 参照

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