This document is archived and information here might be outdated.  Recommended version.


IIndexingStatus.IsRunning Property (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

IIndexingStatus.IsRunning Property

Indicates if the index tasks is running.

[Visual Basic .NET]
Public Property IsRunning As Boolean
[C#]
public bool IsRunning {get; set;}
[C++]
HRESULT get_IsRunning(
  Boolean* pValid
);
[C++]
HRESULT put_IsRunning(
  VARIANT_BOOL pValid
);
[C++]
Parameters
pValid [out, retval]

pValid is a parameter of type bool* pValid [in]
pValid is a parameter of type bool

Product Availability

No record for Search in Libraries found

See Also

IIndexingStatus Interface