Checks if application is remote.
If application is remote then it means that another instance of application already exists (the 'primary' instance). Calls to perform actions on application will result in the actions being performed by the primary instance.
The value of this property cannot be accessed before Application.register has been called. See Application.getIsRegistered.
TRUE if application is remote
2.28
Checks if application is remote.
If application is remote then it means that another instance of application already exists (the 'primary' instance). Calls to perform actions on application will result in the actions being performed by the primary instance.
The value of this property cannot be accessed before Application.register has been called. See Application.getIsRegistered.