stop abstract method

void stop()

Stop the executor. Once an executor is stopped, it cannot be resumed again. If you need to restart an executor, use the restart or pause and resume methods.

Implementation

void stop();