All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.imast.work4j.model.execution.CompletionSeverity Maven / Gradle / Ivy

There is a newer version: 0.0.1.PREVIEW
Show newest version
package io.imast.work4j.model.execution;

import java.io.Serializable;

/**
 * The completion severity definition 
 * 
 * @author davitp
 */
public enum CompletionSeverity implements Serializable {
    
    /**
     * The indication of successful completion
     */
    SUCCESS,
    
    /**
     * The indication of successful completion with warnings
     */
    WARNING,
    
    /**
     * The cancellation severity in case of manual interrupt
     */
    CANCELLATION,
    
    /**
     * The indication of unsuccessful completion
     */
    FAIL
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy