add note on why it is a state

This commit is contained in:
Girish Ramakrishnan
2019-08-29 11:07:19 -07:00
parent c98f625c4c
commit ed57260fcf
+1 -1
View File
@@ -32,7 +32,7 @@ exports = module.exports = {
ISTATE_PENDING_UNINSTALL: 'pending_uninstall', // uninstallation
ISTATE_PENDING_RESTORE: 'pending_restore', // restore to previous backup or on upgrade
ISTATE_PENDING_UPDATE: 'pending_update', // update from installed state preserving data
ISTATE_PENDING_BACKUP: 'pending_backup', // backup the app
ISTATE_PENDING_BACKUP: 'pending_backup', // backup the app. this is state because it blocks other operations
ISTATE_ERROR: 'error', // error executing last pending_* command
ISTATE_INSTALLED: 'installed', // app is installed