Class App : isMinimised Method


Boolean isMinimised()

Summary

Determine whether the main window for the application is minimised or not.


Returns

Returns True if the application is minimised


Examples

if( app.isMinimised() )
{
alert( "Minimised" );
}


Requirements

Build 1100