FLCommandProgress        Event fired to update SENDFILE/RCVFILE progress

Top  Previous  Next

 

Overview

An event fired when a SENDFILE or RCVFILE script command sent on a non-blocking FLSendCommand() updates the percent sent or received of the current file transfer.

 

C++ Definition

void FLCommandProgress( long nPercent)

 

VB Definition

FLCommandProgress (ByVal Percent As Long)

 

Return Value

None.

 

Parameters

nPercent / Percent

A long in the range of 0 to 100 returned by FileLink at random intervals indicating the progress of a SENDFILE or RCVFILE script command.

 

Remarks

This event is only fired when a non-blocking FLSendCommand() method is called and a SENDFILE or RCVFILE script command has been sent.