The base class for all Quantum MPPM commands. More...
Public Member Functions | |
abstract void | Execute () |
Execute the command on a virtual instance. More... | |
Public Attributes | |
virtual bool | NeedsAck => false |
Does the main instance need to wait for an ack? More... | |
virtual string | PersistentKey => null |
If the command is persistent (i.e. needs to be executed on each domain reload), this key is used to store it. More... | |
The base class for all Quantum MPPM commands.
|
pure virtual |
Execute the command on a virtual instance.
virtual bool Quantum.QuantumMppmCommand.NeedsAck => false |
Does the main instance need to wait for an ack?
virtual string Quantum.QuantumMppmCommand.PersistentKey => null |
If the command is persistent (i.e. needs to be executed on each domain reload), this key is used to store it.