What is the usage of `static` in this? :
```
static enum Status
{
    NONE,
    BUSY,
    ...
}
```

Reply via email to