ExitHooks

sbt.internal.util.ExitHooks$
object ExitHooks

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def runExitHooks(exitHooks: Seq[ExitHook]): Seq[Throwable]

Calls each registered exit hook, trapping any exceptions so that each hook is given a chance to run.

Calls each registered exit hook, trapping any exceptions so that each hook is given a chance to run.

Attributes