Uses of Class
edu.wpi.prc.task.TaskState

Packages that use TaskState
edu.wpi.prc.task   
 

Uses of TaskState in edu.wpi.prc.task
 

Methods in edu.wpi.prc.task that return TaskState
 TaskState Task.getState()
           
static TaskState TaskState.valueOf(java.lang.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're declared.
 

Methods in edu.wpi.prc.task with parameters of type TaskState
 void Task.setState(TaskState state)
          Sets the current state of this Task.