make import a task of it's own

this allows us to distinguish it in the eventlog and apptask logic
This commit is contained in:
Girish Ramakrishnan
2021-05-26 09:27:15 -07:00
parent 431e2a6ab9
commit 098cff08f7
3 changed files with 10 additions and 6 deletions

View File

@@ -15,6 +15,7 @@ exports = module.exports = {
ACTION_APP_REPAIR: 'app.repair',
ACTION_APP_INSTALL: 'app.install',
ACTION_APP_RESTORE: 'app.restore',
ACTION_APP_IMPORT: 'app.import',
ACTION_APP_UNINSTALL: 'app.uninstall',
ACTION_APP_UPDATE: 'app.update',
ACTION_APP_UPDATE_FINISH: 'app.update.finish',