UndoEngine.IsUndoRedoInProgress Property

Definition

Gets a Boolean value that indicates whether an undo or redo operation is in progress.

public:
 property bool IsUndoRedoInProgress { bool get(); };
public bool IsUndoRedoInProgress { get; }
member this.IsUndoRedoInProgress : bool
Public ReadOnly Property IsUndoRedoInProgress As Boolean

Property Value

true if an undo or redo operation is in progress; otherwise, false.

Applies to