Uses of Enum Class
com.github.copilot.generated.TaskCompletionOutcome
Packages that use TaskCompletionOutcome
Package
Description
Auto-generated session event types for the GitHub Copilot SDK.
-
Uses of TaskCompletionOutcome in com.github.copilot.generated
Subclasses with type arguments of type TaskCompletionOutcome in com.github.copilot.generatedModifier and TypeClassDescriptionenumSemantic result of evaluating a task completion requestMethods in com.github.copilot.generated that return TaskCompletionOutcomeModifier and TypeMethodDescriptionstatic TaskCompletionOutcomeSessionTaskCompleteEvent.SessionTaskCompleteEventData.outcome()Returns the value of theoutcomerecord component.static TaskCompletionOutcomeReturns the enum constant of this class with the specified name.static TaskCompletionOutcome[]TaskCompletionOutcome.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated with parameters of type TaskCompletionOutcomeModifierConstructorDescriptionSessionTaskCompleteEventData(String summary, Boolean success, TaskCompletionOutcome outcome, String reason, Long objectiveId) Creates an instance of aSessionTaskCompleteEventDatarecord class.