IMobileApplicationPublishCallBack.OnProgress

Fore Syntax

OnProgress(Value: Double);

Fore.NET Syntax

OnProgress(Value: double);

Parameters

Value. Share of exported data.

Description

The OnProgress method implements an event that occurs during mobile application export.

Comments

The Value parameter returns values in the range [0; 1]

Fore and Fore.NET Examples

The method use is given in the example for IMobileApplicationPublishCallBack.OnStartPublish.

See also:

IMobileApplicationPublishCallBack