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. ====== Repeat ====== Method of [[:scripting:api:search-job:start|ISearchJob]] ===== Description ===== Repeat the Job ===== Syntax ===== ==== JavaScript ==== <code javascript> SearchJob.Repeat(); </code>==== Visual Basic Script ==== <code vb> SearchJob.Repeat </code>==== C++ ==== <code cpp> HRESULT hr = SearchJob.Repeat(); </code>===== See Also ===== [[:scripting:api:search-job:start|ISearchJob]] ~~NOTOC~~