Uses of Enum Class
com.github.copilot.sdk.generated.rpc.SessionShellKillParams.SessionShellKillParamsSignal
Packages that use SessionShellKillParams.SessionShellKillParamsSignal
-
Uses of SessionShellKillParams.SessionShellKillParamsSignal in com.github.copilot.sdk.generated.rpc
Methods in com.github.copilot.sdk.generated.rpc that return SessionShellKillParams.SessionShellKillParamsSignalModifier and TypeMethodDescriptionSessionShellKillParams.signal()Returns the value of thesignalrecord component.Returns the enum constant of this class with the specified name.SessionShellKillParams.SessionShellKillParamsSignal.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 SessionShellKillParams.SessionShellKillParamsSignalModifierConstructorDescriptionSessionShellKillParams(String sessionId, String processId, SessionShellKillParams.SessionShellKillParamsSignal signal) Creates an instance of aSessionShellKillParamsrecord class.