isProcessing property

bool get isProcessing

Whether the logic block is currently processing inputs.

Implementation

bool get isProcessing => _busy > 0;