Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
demountable
/
wp-content
/
plugins
/
surerank
/
src
/
global
/
constants
:
process-status.js
Advanced Search
Upload
New Item
Settings
-- Select Mode --
-- Select Theme --
-- Select Font Size --
Back
Back Up
Normal Editor
Save
export const PROCESS_STATUSES = { IDLE: 'idle', START: 'start', IN_PROGRESS: 'inProgress', COMPLETED: 'completed', FAILED: 'failed', };