handleExternal

open fun handleExternal(problem: Problem, decider: (Boolean) -> Unit)

An external Problem occurred. This indicates a failure in something outside the control of the virtual machine, for example a disk read failure.

Parameters

problem

The problem whose type is ProblemType.EXTERNAL.

decider

How to continue or abort compilation. Accepts a boolean that is true iff compilation should continue.