Abort

This method aborts the map defined by the map object. The map must be in the running or paused state when this method is called.

This map does not destroy the map instance. Therefore, it is possible to run the map once more by calling Run. It is not possible to continue the execution of a map after Abort is called. Note that Abort must be called from a thread that is separate from the thread that is executing Run.