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

io.orangebeard.client.entity.Status Maven / Gradle / Ivy

There is a newer version: 3.0.6
Show newest version
package io.orangebeard.client.entity;

public enum Status {
    IN_PROGRESS,
    PASSED,
    FAILED,
    STOPPED, //status for manually stopped launches
    SKIPPED,
    TIMED_OUT
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy