This document is archived and information here might be outdated. Recommended version. |
Indicates whether to pause indexing until instructed to resume.
[Visual Basic .NET] Public Property IsPaused As Boolean
[C#] public bool IsPaused {get; set;}
[C++]
HRESULT get_IsPaused(
Boolean* pPaused
);
[C++]
HRESULT put_IsPaused(
VARIANT_BOOL pPaused
);
[C++]
Parameters pPaused [out, retval]
pPaused is a parameter of type bool* pPaused [in]
pPaused is a parameter of type bool