---
title: deadline
framework: endpointsecurity
role: symbol
role_heading: Instance Property
path: endpointsecurity/es_message_t/deadline
---

# deadline

The deadline by which your app must respond to the event.

## Declaration

```swift
var deadline: UInt64
```

## Discussion

Discussion If you fail to respond to an event before this deadline, Endpoint Security may terminate the client process, or restart the process if it’s a system extension. If your client repeatedly misses deadlines, Endpoint Security may refuse new connections from es_new_client(_:_:) altogether.

## See Also

### Inspecting Timing Properties

- [time](endpointsecurity/es_message_t/time.md)
- [mach_time](endpointsecurity/es_message_t/mach_time.md)
- [seq_num](endpointsecurity/es_message_t/seq_num.md)
- [global_seq_num](endpointsecurity/es_message_t/global_seq_num.md)
