DK11 for Python | tatukgis.pdk.TGIS_BusyEvent | Classes | Prototypes
Event for BusyEvent.
Available also on: Delphi.
# Python # It is a pseudo-prototype for method. Used only for documetation purposes. def TGIS_BusyEvent( self _sender: Object _pos: int _end: int _abort: VarParameter ) -> None:
Name | Type | Description |
---|---|---|
_sender | Object | event originator |
_pos | int | current position; -1 at the end of the run |
_end | int | max position; -1 at the end of the run |
_abort | bool | if set to True inside message handler then an abort request. |
Will be fired regularly during long-drawn operations.