![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
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) |
void TSLWPSProgressSink::updateProgress | ( | unsigned int | percentageComplete | ) |
Updates the process progress as reported by the execute response document when a process runs asynchronously.
percentageComplete | The percentage complete of the executing process. |