arc.progress_label: Set progressor label for Geoprocessing dialog box
Description
Geoprocessing tools have a progressor, which includes both a progress
label and a progress bar. The default progressor continuously moves back
and forth to indicate the script is running. Using
arc.progress_label and arc.progress_pos
allows fine control over the script progress. Updating the progressor
isn't necessary, but is useful in situations where solely outputting messages
to the dialog is insufficient to communicate script progress.
Usage
arc.progress_label(label)
Arguments
label
Progress Label
Details
Using arc.progress_label allows control over the label that is
displayed at the top of the running script. For example, it might be used
to display the current step of the analysis taking place.