Icon SendProgress Method

procedure SendProgress(PercentDone: Integer; var Continue:
      Boolean)

Use this method to send progress back to the calling remote session. The progress will appear via the calling remote session's OnProgress event handler.

Information If the remote session does not want to continue with the custom server procedure, it will set the Continue property to False. It is completely up to the custom server procedure as to whether it respects this setting or not. Certain types of custom server procedures will not be interruptable, and should ignore this parameter.
Image