Added base handled for job decode and watcher start/top
This commit is contained in:
@@ -2,10 +2,25 @@ exports.default = {
|
||||
test: {
|
||||
start: "test-start",
|
||||
},
|
||||
filewatcher: {
|
||||
start: "filewatcher__start",
|
||||
startSuccess: "filewatcher__start-success",
|
||||
startFailure: "filewatcher__start-failure",
|
||||
stop: "filewatcher__stop",
|
||||
fileWatcher: {
|
||||
toMain: {
|
||||
filepathsGet: "filewatcher__filepathsget",
|
||||
start: "filewatcher__start",
|
||||
stop: "filewatcher__stop",
|
||||
},
|
||||
toRenderer: {
|
||||
filepathsList: "filewatcher__filepathslist",
|
||||
startSuccess: "filewatcher__start-success",
|
||||
startFailure: "filewatcher__start-failure",
|
||||
stopSuccess: "filewatcher__stop-success",
|
||||
error: "filewatcher__error",
|
||||
},
|
||||
},
|
||||
estimate: {
|
||||
toRenderer: {
|
||||
estimateDecodeStart: "estimatedecode__start",
|
||||
estimateDecodeSuccess: "estimatedecode__success",
|
||||
estimateDecodeFailure: "estimatedecode__failure",
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user