Provider.stop

Stops this provider

The general contract here is that this should prevent any fuirther tasks from being submitted and if some are still running then this should hang till all have finished.

interface Provider
void
stop
()

Throws

GuillotineException on failure to stop

Meta