# MatchState

### MatchState

```typescript
PRE = 0,
RUNNING = 1,
POST = 2,
```
