---
title: kill
framework: security
role: symbol
role_heading: Type Property
path: security/seccodestatus/kill
---

# kill

The code wants to be terminated if it ever loses its validity.

## Declaration

```swift
static var kill: SecCodeStatus { get }
```

## Discussion

Discussion This bit can not be cleared on running code; it can only be set. Running code that has this flag set is guaranteed to be valid, because if it were invalid it would have been terminated.
