Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== CanRepeat ====== Property of [[:scripting:api:search-job:start|ISearchJob]] ===== Description ===== indicates that job can be repeated ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:VARIANT_BOOL|VARIANT_BOOL]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var bVal = SearchJob.CanRepeat; </code>==== Visual Basic Script ==== <code vb> bVal = SearchJob.CanRepeat </code>==== C++ ==== <code cpp> VARIANT_BOOL bVal; HRESULT hr = SearchJob.get_CanRepeat(&bVal); </code>===== See Also ===== [[:scripting:api:search-job:start|ISearchJob]] ~~NOTOC~~