Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

SHOW STATUS

Synopsis

STATUS

Description

Displays the current session status including the connection state, the open project path, the Mendix version of the project, the MPR format version, and the values of any session variables. This is useful for confirming which project is loaded and verifying session configuration.

Parameters

This statement takes no parameters.

Examples

Check session status

STATUS;

Sample output:

Status: Connected
Project: /Users/dev/projects/MyApp/MyApp.mpr
Version: 10.6.0
Format:  v2
Modules: 5

Verify connection before running commands

STATUS;
SHOW MODULES;

See Also

OPEN PROJECT, CLOSE PROJECT, SET