---
title: status
framework: avkit
role: symbol
role_heading: Instance Property
path: avkit/avexperiencecontroller/transitioncontext/status-swift.property
---

# status

The status of the transition.

## Declaration

```swift
let status: AVExperienceController.TransitionContext.Status
```

## Discussion

Discussion Use this to update your application state based on the current state of the transition.

## See Also

### Inspecting the transition

- [fromExperience](avkit/avexperiencecontroller/transitioncontext/fromexperience.md)
- [toExperience](avkit/avexperiencecontroller/transitioncontext/toexperience.md)
