//Artefact:JavaClass/com/sphenon/basics/processing/Progress
Synopsis
public final Progress
extends Enum
//Artefact:Attribute/com/sphenon/basics/processing/Progress/NO_PROGRESS
Synopsis
public static final com.sphenon.basics.processing.Progress NO_PROGRESS
//Artefact:Attribute/com/sphenon/basics/processing/Progress/POSSIBLY_PROGRESS
Synopsis
public static final com.sphenon.basics.processing.Progress POSSIBLY_PROGRESS
//Artefact:Attribute/com/sphenon/basics/processing/Progress/SOME_PROGRESS
Synopsis
public static final com.sphenon.basics.processing.Progress SOME_PROGRESS
//Artefact:Attribute/com/sphenon/basics/processing/Progress/SKIPPED
Synopsis
public static final com.sphenon.basics.processing.Progress SKIPPED
//Artefact:Attribute/com/sphenon/basics/processing/Progress/COMPLETED
Synopsis
public static final com.sphenon.basics.processing.Progress COMPLETED
//Artefact:Method/com/sphenon/basics/processing/Progress/values
Synopsis
public static com.sphenon.basics.processing.Progress[] values ()
//Artefact:Method/com/sphenon/basics/processing/Progress/valueOf
Synopsis
public static com.sphenon.basics.processing.Progress valueOf (String name)