'terminal()'

terminal()

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

True after successful analysis

Syntax

terminal()

Description

Returns true at the end of a successful analysis.

Examples

  Boolean a, b;
equation
  a = change(b) or terminal();