Check if command has been executed.
(self)
| 89 | return 512 |
| 90 | |
| 91 | def is_executed(self) -> bool: |
| 92 | """Check if command has been executed.""" |
| 93 | return self._executed |
| 94 | |
| 95 | def is_undone(self) -> bool: |
| 96 | """Check if command has been undone.""" |
no outgoing calls