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

cdc.perfs.core.runtime.MeasureFreezeMode Maven / Gradle / Ivy

There is a newer version: 0.52.0
Show newest version
package cdc.perfs.core.runtime;

/**
 * Enumeration of measure freezing modes.
 *
 * @author Damien Carbonne
 *
 */
enum MeasureFreezeMode {
    /**
     * The measure was stopped correctly.
     */
    NORMAL,

    /**
     * The measure was stopped because another measure, above it, was stopped
     * whilst this one was running
     */
    ERROR,

    /**
     * The measure was stopped whilst it was not started.
     */
    IMMEDIATE_ERROR
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy