onExit

abstract var onExit: (code: Int?, signal: String?) -> Unit?(source)

The debug adapter has exited with the given exit code or signal.

Online Documentation