Indicates if the batch is actively processing tasks.
This is used as a guard to prevent queue modifications during execution.
@override bool get isExecuting => _internalIsExecuting;