---
title: "isBatching"
canonical: "https://help.vicon.com/space/ShogunPost121/1253738912/isBatching"
format: markdown
---
# Description

This command returns a Boolean which can be used within a script to determine if Shogun Post is batch processing.

You can use it when farming to determine if the Post instance is running a batch process.

## Functional area

Batching

# Command syntax

## Syntax

> Macro (scroll-tablelayout)

|  |
| --- |
| `isBatching` |

### Arguments

None

### Flags

None

## Return value

Boolean

# Additional info

## Related commands

- [addBatchFile](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253738182)
- [cancelBatch](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253738374)
- [removeAllBatchFiles](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253738023)
- [removeBatchFile](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253738474)
- [setBatchMode](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253738481)
- [startBatch](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253738280)