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

isRedoing

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

Declaration 宣言

var isRedoing: Bool { get }

Discussion 議論

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

See Also 参照

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