org.n3r.quartz.glass.log.execution.JobExecutionResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quartz-glass Show documentation
Show all versions of quartz-glass Show documentation
A web user interface for quartz
package org.n3r.quartz.glass.log.execution;
/**
* Summary of a job execution stored as a log.
*
* @author damien bourdette
*/
public enum JobExecutionResult {
SUCCESS, WARN, ERROR
}