scripting:api:search-job:can-repeat

CanRepeat

Property of ISearchJob

indicates that job can be repeated

Read-Only Property of type VARIANT_BOOL

var bVal = SearchJob.CanRepeat;

==== Visual Basic Script ====

bVal = SearchJob.CanRepeat

==== C++ ====

VARIANT_BOOL bVal;
HRESULT hr = SearchJob.get_CanRepeat(&bVal);

===== See Also ===== ISearchJob