Options
All
  • Public
  • Public/Protected
  • All
Menu

Indicates the status of the UndoManager

Index

Variables

Const COMMITTING

COMMITTING: "Committing" = "Committing"

The UndoManager is committing an open transaction.

Const IDLE

IDLE: "Idle" = "Idle"

The UndoManager is idle.

Const REDOING

REDOING: "Redoing" = "Redoing"

The UndoManager is redoing.

Const ROLLINGBACK

ROLLINGBACK: "RollingBack" = "RollingBack"

The UndoManager is rolling back an open transaction.

Const UNDOING

UNDOING: "Undoing" = "Undoing"

The UndoManager is undoing.