# `GSFeaBlock.canBeAutomated`

*Instance Property*

Whether the code can be generated automatically.

## Declaration

```swift
var canBeAutomated: Bool { get }
```

```objc
@property (nonatomic, readonly) BOOL canBeAutomated;
```

```python
canBeAutomated() -> bool
```

