File "process-status.js"
Full Path: /home/fresvfqn/waterdamagerestorationandrepairsmithtown.com/wp-content/plugins/surerank/src/global/constants/process-status.js
File size: 141 bytes
MIME-type: text/plain
Charset: utf-8
export const PROCESS_STATUSES = {
IDLE: 'idle',
START: 'start',
IN_PROGRESS: 'inProgress',
COMPLETED: 'completed',
FAILED: 'failed',
};