ExitHook

trait ExitHook

Defines a function to call as sbt exits.

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def runBeforeExiting(): Unit

Subclasses should implement this method, which is called when this hook is executed.

Subclasses should implement this method, which is called when this hook is executed.