isPerceptionIdle method

bool isPerceptionIdle()

Whether the extension has nothing to contribute this turn. When true, the binding emits no extensions.<namespace> fragment — the exact suppression the retired observe() => null provided. Defaults to false (always contribute). Evaluated AFTER prepareForObservation.

Implementation

bool isPerceptionIdle() => false;