isProcessing property
bool
get
isProcessing
Whether the logic block is currently processing inputs.
Implementation
bool get isProcessing => _busy > 0;
Whether the logic block is currently processing inputs.
bool get isProcessing => _busy > 0;