---
title: maintCommandEnum
framework: kernel
role: pseudoSymbol
path: kernel/ioworkloop/maintcommandenum
---

# maintCommandEnum

## Declaration

```occ
typedef enum {
   mAddEvent,
   mRemoveEvent
} maintCommandEnum;
```

## Overview

Overview Enumeration of commands that _maintCommand can deal with.

## Topics

### Constants

- [mAddEvent](kernel/ioworkloop/maintcommandenum/maddevent.md)
- [mRemoveEvent](kernel/ioworkloop/maintcommandenum/mremoveevent.md)

## See Also

### DataTypes

- [ExpansionData](kernel/ioservice/expansiondata.md)
