Skip to main content
Open topic with navigation CAPL Functions » General » Function Overview » sysMinimize

sysMinimize

Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE

Function Syntax

void sysMinimize();

Description

The application window will be minimized or restored. The first call of the function minimizes the window, afterwards the window will be restored to normal size and minimized alternately.

Parameters

Return Values

Example

...
sysMinimize();
...
sysExit