MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches

Detailed Description

Helper class to facilitate reporting the progress of an executing process. A user implemented plugin should utilise this class in order to update the progress of its process as it executes. This should only be done if a pointer to a progress sink object is provided in a call to TSLWPSPluginData Source::executeProcess.

Public Member Functions

void updateProgress (unsigned int percentageComplete)
 

Member Function Documentation

◆ updateProgress()

void TSLWPSProgressSink::updateProgress ( unsigned int percentageComplete)

Updates the process progress as reported by the execute response document when a process runs asynchronously.

Parameters
percentageCompleteThe percentage complete of the executing process.