onStop abstract method

  1. @protected
Future<bool> onStop()

Callback when this executor is stopped. Returns true if successfully stopped, false otherwise.

Implementation

@protected
Future<bool> onStop();