# `GlyphsFilterPlugin.rerun`

*Instance Property*

is set, if the user chose “run last Filter”. Then it should keep the settings from the last run.

## Declaration

```swift
optional var rerun: Bool { get set }
```

```objc
@property (nonatomic) BOOL rerun;
```

```python
rerun() -> bool
setRerun_(rerun: bool)
```

