Uses of Enum Class
com.github.copilot.generated.rpc.ExtensionStatus
Packages that use ExtensionStatus
-
Uses of ExtensionStatus in com.github.copilot.generated.rpc
Subclasses with type arguments of type ExtensionStatus in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumCurrent status: running, disabled, failed, or startingMethods in com.github.copilot.generated.rpc that return ExtensionStatusModifier and TypeMethodDescriptionstatic ExtensionStatusExtension.status()Returns the value of thestatusrecord component.static ExtensionStatusReturns the enum constant of this class with the specified name.static ExtensionStatus[]ExtensionStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated.rpc with parameters of type ExtensionStatusModifierConstructorDescriptionExtension(String id, String name, ExtensionSource source, ExtensionStatus status, Long pid) Creates an instance of aExtensionrecord class.