menu
process_visor package
documentation
process_switcher.dart
ProcessSwitcher
stop method
stop method
dark_mode
light_mode
stop
method
Future
<
void
>
stop
(
)
Stop all processes and cleanup resources
Implementation
Future<void> stop() async { await _stopProcess(); }
process_visor package
documentation
process_switcher
ProcessSwitcher
stop method
ProcessSwitcher class