---
title: exec
framework: endpointsecurity
role: symbol
role_heading: Instance Property
path: endpointsecurity/es_events_t/exec
---

# exec

Properties of an event that indicates the execution of a process.

## Declaration

```swift
var exec: es_event_exec_t { get set }
```

## See Also

### Process Events

- [chdir](endpointsecurity/es_events_t/chdir.md)
- [chroot](endpointsecurity/es_events_t/chroot.md)
- [fork](endpointsecurity/es_events_t/fork.md)
- [proc_check](endpointsecurity/es_events_t/proc_check.md)
- [signal](endpointsecurity/es_events_t/signal.md)
- [exit](endpointsecurity/es_events_t/exit.md)
