export default {
  INITIALIZING: 1,
  LAUNCHING_WORKERS: 2,
  RECEIVING_REPORTS: 3,
  TERMINATING: 4,
  EARLY_STOP: 5,
  COMPLETED: 6,
  ERROR: 7
};