EventIndexPeg: Add a helper method to easily start the crawler.
This commit is contained in:
parent
4fe7752f3c
commit
928bb69b11
1 changed files with 5 additions and 0 deletions
|
@ -69,6 +69,11 @@ class EventIndexPeg {
|
|||
return this.index;
|
||||
}
|
||||
|
||||
start() {
|
||||
if (this.index === null) return;
|
||||
this.index.startCrawler();
|
||||
}
|
||||
|
||||
stop() {
|
||||
if (this.index === null) return;
|
||||
this.index.stopCrawler();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue