This document is archived and information here might be outdated. Recommended version. |
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