Explorer_Check_Stop_Processing

Examples


The Explorer_Check_Stop_Processing procedure is used to determine whether the user clicked the Stop button or closed the SmartList window during processing.

Syntax

Explorer_Check_Stop_Processing, Stop

Parameters

Stop – A returned boolean that will be true if the user has chosen to stop processing, and false if they have not.

Comments

This procedure should be called at least once in the loop that fills the SmartList with data items.


Documentation Feedback