void ProgressMessage(string $message[, int $flags[, int $verbosity]]);
•$message - the actual message string to add to the scrolling progress display
•$flags
•2 - highlight as error message; automatically added to important messages
•64 - never add to important messages (overrides 0x400 if set)
•0x400 - add to important messages (included in the important messages report if enabled)
•0x1000 - highlight the message in blue (new v12.0013)
•the default is 0
•$verbosity - the importance of the message
•1 - high importance; always display
•2 - medium importance; display if option to display verbose messages in enabled
•3 - low importance; display if option to display verbose messages in enabled
•the default is 1