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


IIndexingConfiguration.WasRunning Property (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

IIndexingConfiguration.WasRunning Property

Indicates whether the indexer was running when it was paused.

[Visual Basic .NET]
Public Property WasRunning As Boolean
[C#]
public bool WasRunning {get; set;}
[C++]
HRESULT get_WasRunning(
  Boolean* pRunning
);
[C++]
HRESULT put_WasRunning(
  VARIANT_BOOL pRunning
);
[C++]
Parameters
pRunning [out, retval]

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

Product Availability

No record for Search in Libraries found

See Also

IIndexingConfiguration Interface