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