CheckForAbort

Checks if a user has aborted the task. Call this method if the quantities are computationally expensive. This method can be called multiple times.

UI Access Abort button on the progress dialog.
Parameters None
Return Value

Boolean flag that if true indicated that the user requested an abort and you should call EndTask. If false, allow the task to continue.

 

Python Syntax CheckForAbort
Python Example
should_abort = progMon.CheckForAbort