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

org.openstack4j.model.workflow.State Maven / Gradle / Ivy

package org.openstack4j.model.workflow;

/**
 * Created by Renat Akhmerov.
 */
public enum State {
    IDLE,
    WAITING,
    RUNNING,
    RUNNING_DELAYED,
    PAUSED,
    SUCCESS,
    CANCELLED,
    ERROR;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy