Uses of Class
com.kuka.task.TaskState

Packages that use TaskState
com.kuka.task Contains interfaces and classes needed for tasks using RoboticsAPI. 
 

Uses of TaskState in com.kuka.task
 

Methods in com.kuka.task that return TaskState
static TaskState TaskState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TaskState[] TaskState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.kuka.task with parameters of type TaskState
 void ITaskInstanceStateListener.onStateChanged(ITaskInstance instance, TaskState oldState, TaskState newState)
          This event is called when a ITaskInstance exits one TaskState and enters another.
 



Copyright © 2019. All rights reserved.