IMobileApplicationPublicator.BreakOnError

Fore Syntax

BreakOnError: Boolean;

Fore.NET Syntax

BreakOnError: boolean;

Description

The BreakOnError property determines whether publication of mobile application stops if error occurs.

Comments

Available values:

Value of this property:

To get an object containing information about results of mobile application publication, use IMobileApplicationPublicator.GetLastPublishResult.

Fore and Fore.NET Examples

The property use is given in the example for IMobileApplicationPublicator.GetLastPublishResult.

See also:

IMobileApplicationPublicator