Uses of Enum Class
com.github.copilot.generated.rpc.TaskStatus
Packages that use TaskStatus
-
Uses of TaskStatus in com.github.copilot.generated.rpc
Subclasses with type arguments of type TaskStatus in com.github.copilot.generated.rpcMethods in com.github.copilot.generated.rpc that return TaskStatusModifier and TypeMethodDescriptionstatic TaskStatusTaskAgentInfo.getStatus()TaskShellInfo.getStatus()static TaskStatusReturns the enum constant of this class with the specified name.static TaskStatus[]TaskStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.copilot.generated.rpc with parameters of type TaskStatusModifier and TypeMethodDescriptionvoidTaskAgentInfo.setStatus(TaskStatus status) voidTaskShellInfo.setStatus(TaskStatus status)