Uses of Enum Class
com.github.copilot.generated.rpc.TaskExecutionMode
Packages that use TaskExecutionMode
-
Uses of TaskExecutionMode in com.github.copilot.generated.rpc
Subclasses with type arguments of type TaskExecutionMode in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumWhether task execution is synchronously awaited or managed in the backgroundMethods in com.github.copilot.generated.rpc that return TaskExecutionModeModifier and TypeMethodDescriptionstatic TaskExecutionModeTaskAgentInfo.getExecutionMode()TaskShellInfo.getExecutionMode()static TaskExecutionModeReturns the enum constant of this class with the specified name.static TaskExecutionMode[]TaskExecutionMode.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 TaskExecutionModeModifier and TypeMethodDescriptionvoidTaskAgentInfo.setExecutionMode(TaskExecutionMode executionMode) voidTaskShellInfo.setExecutionMode(TaskExecutionMode executionMode)