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

io.parallec.core.task.ParallelTaskState Maven / Gradle / Ivy

Go to download

Parallec: Parallel Async HTTP/SSH/PING/TCP Client library. Details at: http://www.parallec.io

The newest version!
package io.parallec.core.task;

// Job Id to Job Data
/**
 * The Enum ParallelTaskState.
 */
// finishNotGathered is slave are ready but not send to Director
public enum ParallelTaskState {

    /** The waiting. */
    WAITING,
    /** The in progress. */
    IN_PROGRESS,
    /** The completed without error. */
    COMPLETED_WITHOUT_ERROR,
    /** The completed with error. */
    COMPLETED_WITH_ERROR
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy