Uses of Enum Class
com.github.copilot.sdk.generated.rpc.ShellKillSignal
Packages that use ShellKillSignal
-
Uses of ShellKillSignal in com.github.copilot.sdk.generated.rpc
Methods in com.github.copilot.sdk.generated.rpc that return ShellKillSignalModifier and TypeMethodDescriptionstatic ShellKillSignalSessionShellKillParams.signal()Returns the value of thesignalrecord component.static ShellKillSignalReturns the enum constant of this class with the specified name.static ShellKillSignal[]ShellKillSignal.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.sdk.generated.rpc with parameters of type ShellKillSignalModifierConstructorDescriptionSessionShellKillParams(String sessionId, String processId, ShellKillSignal signal) Creates an instance of aSessionShellKillParamsrecord class.