Documentation Language: Swift

Enumeration

EMFCommandState

The current state of a command in its lifecycle.

enum EMFCommandState

Topics

Enumeration Cases

E
EMFCommandState.executed

Command has been executed successfully.

E
EMFCommandState.failed

Command execution failed.

E
EMFCommandState.invalid

Command is in an invalid state.

E
EMFCommandState.ready

Command has been created but not executed.

E
EMFCommandState.redone

Command has been redone after undo.

E
EMFCommandState.undone

Command has been undone.

Default Implementations

Relationships

Conforms To