# `GSAlert runModal`

*Instance Method*

## Declaration

```swift
func runModal() -> NSApplication.ModalResponse
```

```objc
- (NSModalResponse) runModal;
```

```python
runModal() -> NSModalResponse
```

