Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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