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

com.qwlabs.tq.models.ProcessStatus Maven / Gradle / Ivy

There is a newer version: 0.2.354
Show newest version
package com.qwlabs.tq.models;

public enum ProcessStatus {
    IDLE,
    POSTPONED,
    PROCESSING,
    SUCCEED,
    FAILED
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy