User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_busyeventmanager.pushevent_2_widestring

Table of Contents

ITGIS_BusyEventManager.PushEvent_2 method

DK for ActiveX | TatukGIS_XDK11.ITGIS_BusyEventManager.PushEvent_2 | Methods | Properties

Increments process position for current stage, updates name, and raises busy event smartly.

Available also on: Delphi | .NET | Java | Python.

Syntax

// 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;

Parameters

Name Type Description
_name WideString the name of the event stage can be changed during the operation

Result

Type Description
WordBool True if an abort request was set inside message handler; False otherwise

Remarks

Should be called at each iteration in long-time operation.

2025/01/31 01:03

Page Tools