---
title: active
framework: fskit
role: symbol
role_heading: Type Property
path: fskit/fscontainerstatus/active
---

# active

A status that represents an active container with no error.

## Declaration

```swift
class var active: FSContainerStatus { get }
```

## Discussion

Discussion This value is a FSContainerStatus with a state that is active, and has a status that is nil.

## See Also

### Using common status values

- [ready](fskit/fscontainerstatus/ready.md)
