IsRunning 

Syntax

object.IsRunning

Description

Call this method to determine if ELS-QB component is in process of SQL command execution now.

Remarks

IsRunning method returns True if ELS-QB component is in process of SQL commandexecution, otherwise False.

Example

For Sample of IsRunning usage see mnuCommand_Click() of frmELS_QB in ELS_QBDemoVB project.