Uses of Enum Class
org.cytoscape.work.FinishStatus.Type
Packages that use FinishStatus.Type
Package
Description
This package defines the task framework, where tasks are units of work.
-
Uses of FinishStatus.Type in org.cytoscape.work
Methods in org.cytoscape.work that return FinishStatus.TypeModifier and TypeMethodDescriptionFinishStatus.getType()Specifies how the task iterator completed.static FinishStatus.TypeReturns the enum constant of this class with the specified name.static FinishStatus.Type[]FinishStatus.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.cytoscape.work with parameters of type FinishStatus.TypeModifierConstructorDescriptionprotectedFinishStatus(FinishStatus.Type type, Task task, Exception exception)