DK for ActiveX | TatukGIS_XDK11.ITGIS_BusyEventManager.PushEvent_2 | Methods | Properties
Increments process position for current stage, updates name, and raises busy event smartly.
// C# public WordBool PushEvent_2( WideString _name );
' VisualBasic Public Function PushEvent_2( ByVal _name As WideString ) As WordBool
// Oxygene public function PushEvent_2( _name : WideString ) : WordBool;
Name | Type | Description |
---|---|---|
_name | WideString | the name of the event stage can be changed during the operation |
Type | Description |
---|---|
WordBool | True if an abort request was set inside message handler; False otherwise |
Should be called at each iteration in long-time operation.