ArcObjects Library Reference (GISClient)  

IDiscoveryIndexingStatus.IsRunning Property

Indicates whether the indexing is running.

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

Parameters

pIsRunning [out, retval]   pIsRunning is a parameter of type VARIANT_BOOL pIsRunning [in]   pIsRunning is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDiscoveryIndexingStatus Interface