package com.github.signed.sandboxes.spring.data.bg; public enum JobState { Pending, InProgress, Cancelled, Done }