Uses of Enum Class
de.aristaflow.adept2.model.runtimeenvironment.TaskState
Packages that use TaskState
Package
Description
-
Uses of TaskState in de.aristaflow.adept2.core.runtimeservice
Methods in de.aristaflow.adept2.core.runtimeservice with parameters of type TaskStateModifier and TypeMethodDescriptionvoidRemoteProgressMonitor.setTaskState(SessionToken token, String sessionID, TaskState taskState) -
Uses of TaskState in de.aristaflow.adept2.model.runtimeenvironment
Methods in de.aristaflow.adept2.model.runtimeenvironment that return TaskStateModifier and TypeMethodDescriptionstatic TaskStateReturns the enum constant of this class with the specified name.static TaskState[]TaskState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.aristaflow.adept2.model.runtimeenvironment with parameters of type TaskStateModifier and TypeMethodDescriptionvoidProgressMonitor.setTaskState(TaskState taskState) Notify the progress monitor about the current state of the task. -
Uses of TaskState in de.aristaflow.ilm.ws.core.runtimeservice
Methods in de.aristaflow.ilm.ws.core.runtimeservice with parameters of type TaskStateModifier and TypeMethodDescriptionvoidRemoteProgressMonitorWebService.setTaskState(@NotNull @Valid SessionToken session, @NotNull String sessionId, @NotNull TaskState taskState) -
Uses of TaskState in de.aristaflow.ilm.ws.rest.core.runtimeservice
Methods in de.aristaflow.ilm.ws.rest.core.runtimeservice with parameters of type TaskStateModifier and TypeMethodDescriptionvoidRemoteProgressMonitorRest.setTaskState(@NotNull String sessionId, @NotNull TaskState taskState)