---
title: es_proc_suspend_resume_type_t
framework: endpointsecurity
role: symbol
role_heading: Structure
path: endpointsecurity/es_proc_suspend_resume_type_t
---

# es_proc_suspend_resume_type_t

The type of a process suspension or resumption event.

## Declaration

```swift
struct es_proc_suspend_resume_type_t
```

## Topics

### Event Types

- [ES_PROC_SUSPEND_RESUME_TYPE_SUSPEND](endpointsecurity/es_proc_suspend_resume_type_suspend.md)
- [ES_PROC_SUSPEND_RESUME_TYPE_RESUME](endpointsecurity/es_proc_suspend_resume_type_resume.md)
- [ES_PROC_SUSPEND_RESUME_TYPE_SHUTDOWN_SOCKETS](endpointsecurity/es_proc_suspend_resume_type_shutdown_sockets.md)

### Initializers

- [init(_:)](endpointsecurity/es_proc_suspend_resume_type_t/init(_:).md)
- [init(rawValue:)](endpointsecurity/es_proc_suspend_resume_type_t/init(rawvalue:).md)

### Instance Properties

- [rawValue](endpointsecurity/es_proc_suspend_resume_type_t/rawvalue.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)

## See Also

### Inspecting Event Properties

- [target](endpointsecurity/es_event_proc_suspend_resume_t/target.md)
- [type](endpointsecurity/es_event_proc_suspend_resume_t/type.md)
- [reserved](endpointsecurity/es_event_proc_suspend_resume_t/reserved.md)
