Added polling for watcher.

This commit is contained in:
Patrick Fic
2020-10-20 10:53:50 -07:00
parent 900724f660
commit c277f6d32d
20 changed files with 205 additions and 19 deletions

View File

@@ -9,6 +9,12 @@ exports.default = {
setAcceptableInsCoNm: "setAcceptableInsCoNm",
},
},
store: {
get: "store__get",
getAll: "store_getAll",
set: "store_set",
response: "store_response",
},
fileWatcher: {
toMain: {
filepathsGet: "filewatcher__filepathsget",
@@ -16,6 +22,7 @@ exports.default = {
stop: "filewatcher__stop",
addPath: "filewatcher__addPath",
removePath: "filewatcher__removePath",
setPolling: "filewatcher__setPolling",
},
toRenderer: {
filepathsList: "filewatcher__filepathslist",
@@ -23,6 +30,7 @@ exports.default = {
startFailure: "filewatcher__start-failure",
stopSuccess: "filewatcher__stop-success",
error: "filewatcher__error",
getPolling: "filewatcher__getPolling",
},
},
estimate: {