---
title: resignActive()
framework: classkit
role: symbol
role_heading: Instance Method
path: classkit/clscontext/resignactive()
---

# resignActive()

Tells a context to stop being the active context.

## Declaration

```swift
func resignActive()
```

## Mentioned in

Informing ClassKit that a task is about to begin

## Discussion

Discussion Only one context can be active at a time, so the framework automatically calls this method for you if you activate another context.

## See Also

### Activating and deactivating a context

- [Informing ClassKit that a task is about to begin](classkit/informing-classkit-that-a-task-is-about-to-begin.md)
- [becomeActive()](classkit/clscontext/becomeactive().md)
- [isActive](classkit/clscontext/isactive.md)
