onSlowSystem property

void Function(SlowSystemEvent event)? onSlowSystem
final

Called when a run exceeds the slow-system threshold (if both are set).

Implementation

final void Function(SlowSystemEvent event)? onSlowSystem;