| Method | Description | Returns | 
|---|---|---|
| getVariables() | Get the current variables in the scope of the BatchAction | array | 
| getId() | int | |
| getStatus() | string | |
| getData() | array | |
| getOutput() | array | |
| getCreated() | DateTime | |
| getModified() | DateTime | |
| getBatch() | Batch | |
| getAction() | BaseAction | |
| getChildLoopElements() | Collection (LoopElement) | |
| getParentLoopElement() | LoopElement | |
| isNewRecord() | Check if the record is a new record | bool | 
| isHierarchicalModel() | Check whether a model is a hierarchical model, i.e. can have children | bool | 
| isVersionedModel() | Check whether a model is versioned | bool | 
Hooks\Models\Frontend\BatchAction
BatchAction Entity