# `GlyphsFileFormat showProgress`

*Instance Method*

is called by the app when there could be a progress window.

## Declaration

```swift
optional func showProgress()
```

```objc
- (void) showProgress;
```

```python
showProgress()
```

