This partial function defines the function interface of a tool-specific implementation in package ModelicaServices.
partial function exitBase extends Modelica.Icons.Function; input Integer status = 0 "Result to be returned by environment (0 means success)"; end exitBase;