Uses of Enum Class
org.praxislive.ide.core.api.Task.State
Packages that use Task.State
-
Uses of Task.State in org.praxislive.ide.core.api
Methods in org.praxislive.ide.core.api that return Task.StateModifier and TypeMethodDescriptionfinal Task.StateAbstractTask.execute()Task.execute()Initiate execution of the task.final Task.StateAbstractTask.getState()Task.getState()Query the current task state.static Task.StateReturns the enum constant of this class with the specified name.static Task.State[]Task.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.praxislive.ide.core.api with parameters of type Task.StateModifier and TypeMethodDescriptionprotected final voidAbstractTask.updateState(Task.State newState) Update the task state.