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

org.lastbamboo.common.ice.IceCheckListState Maven / Gradle / Ivy

package org.lastbamboo.common.ice;

/**
 * Enumeration of states for ICE check lists. 
 */
public enum IceCheckListState
    {

    /**
     * We're still running through the pairs in the check list.
     */
    RUNNING,
    
    /**
     * The check list has completed all checks.
     */
    COMPLETED,
    
    /**
     * The check list failed to create a successful pair.
     */
    FAILED;
    
    }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy