isExecuting property

  1. @override
bool get isExecuting
override

Indicates if the batch is actively processing tasks.

This is used as a guard to prevent queue modifications during execution.

Implementation

@override
bool get isExecuting => _sequencer.isExecuting;