isRedoing
Returns a Boolean value that indicates whether the manager is in the process of performing a redo action.
Declaration
var isRedoing: Bool { get }Discussion
The value is true if the manager is performing its redo() method, otherwise false.
Returns a Boolean value that indicates whether the manager is in the process of performing a redo action.
var isRedoing: Bool { get }The value is true if the manager is performing its redo() method, otherwise false.