package com.ciandt.techgallery.service.enums; public enum CronStatus { SUCCESS, FAILURE; }