de.cinovo.cloudconductor.api.enums.TaskState Maven / Gradle / Ivy
package de.cinovo.cloudconductor.api.enums;
/**
* Copyright 2014 Cinovo AG
*
*
* @author psigloch
*
*/
public enum TaskState {
/**
* the task is unused
*/
OFF,
/**
* the task is executed once
*/
ONCE,
/**
* the task gets repeated
*/
REPEAT
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy