package com.grendelscan.testing.jobs; public enum TestJobStatus { COMPLETE, LOCKED, NOT_STARTED, RUNNING }