Variable CommandObject.enabled

Whether this command is enabled

Declaration

class CommandObject
{
  // ...
  bool enabled = true;
  // ...
}