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

com.anaptecs.jeaf.services.scheduling.ExecutionTrigger Maven / Gradle / Ivy

There is a newer version: 1.8.0
Show newest version
package com.anaptecs.jeaf.services.scheduling;

/**
 * Enumeration describes the reason why a task was executed.
 */
public enum ExecutionTrigger {
  /**
   * The task was started manual.
   */
  MANUAL,
  /**
   * The task was executed because his execution time was reached.
   */
  TIME;
  /**
   * Initialize object.
   */
  private ExecutionTrigger( ) {
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy