Event emitted when MiniZinc exits.
If solving/compilation is cancelled with the cancel() method, then this event is still emitted, but with a null value for the code.
cancel()
null
code
Exit code, or null if the process was interrupted
Message type
Generated using TypeDoc
Event emitted when MiniZinc exits.
If solving/compilation is cancelled with the
cancel()
method, then this event is still emitted, but with anull
value for thecode
.