BreakOnError: Boolean;
BreakOnError: boolean;
The BreakOnError property determines whether publication of mobile application stops if error occurs.
Available values:
True. Publication of mobile application stops if error occurs.
False. Default. Publication of mobile application stops if error that stops publication process occurs.
Value of this property:
It is saved to XML by means of IMobileApplicationPublicator.SaveToXml.
It is loaded from XML by means of IMobileApplicationPublicator.LoadFromXml.
To get an object containing information about results of mobile application publication, use IMobileApplicationPublicator.GetLastPublishResult.
The property use is given in the example for IMobileApplicationPublicator.GetLastPublishResult.
See also: