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
Optional
Possible message if there was an error
Message type
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
.