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

org.qas.qtest.api.services.host.model.Status Maven / Gradle / Ivy

The newest version!
package org.qas.qtest.api.services.host.model;

/**
 * Status of task execution
 *
 * @author chuongle
 * @version $Id Status Mar 17, 2015 6:08:12 PM chuongle $
 * @since 1.0
 */
public enum Status {
  UNKNOWN,
  PLANNED,
  NOT_RUN,
  CANCELLED,
  RUNNING,
  COMPLETED,
  FAILED
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy