# scanStage

Different stages of the scanning process.

### Examples

```graphql
enum ScanStage {
  None
  Init
  Discovery
  Overview
}
```

### Enum values

| Enum value | Description |
| ---------- | ----------- |
| None       |             |
| Init       |             |
| Discovery  |             |
| Overview   |             |

### References

#### Fields with this object:

* [{} ScanInProgressResponse.scanStage](https://docs.ox.security/api-documentation/api-reference/api--scan/types/objects/scan-in-progress-response)
