PP.App.exit

Syntax

exit();

Description

The exit method exits from repository.

Comments

After executing the example the application login dialog box is loaded.

Example

Executing the example requires that the application object navigator is opened. The scenario specified below must be started in the browser console.

Exit the application:

PP.App.exit();

After executing the example the system login dialog box is loaded:

See also:

PP.App