---
title: stat
framework: endpointsecurity
role: symbol
role_heading: Instance Property
path: endpointsecurity/es_event_exit_t/stat
---

# stat

The exit status of the process.

## Declaration

```swift
var stat: Int32
```

## Discussion

Discussion This field uses the same format as the wait(2) system call.

## See Also

### Inspecting Event Properties

- [reserved](endpointsecurity/es_event_exit_t/reserved.md)
