---
title: result_type
framework: endpointsecurity
role: symbol
role_heading: Instance Property
path: endpointsecurity/es_result_t/result_type
---

# result_type

The type of the message’s result.

## Declaration

```swift
var result_type: es_result_type_t
```

## Discussion

Discussion Use this value to determine which member of the result union to use: auth or flags.

## See Also

### Inspecting Result Properties

- [result](endpointsecurity/es_result_t/result.md)
- [es_result_type_t](endpointsecurity/es_result_type_t.md)
