Record Class SessionTasksWaitForPendingResult
java.lang.Object
java.lang.Record
com.github.copilot.generated.rpc.SessionTasksWaitForPendingResult
Wait until all in-flight background tasks (agents + shells) and any follow-up turns scheduled by their completions have settled. Returns when the runtime is fully drained or after an internal timeout (default 10 minutes; configurable via COPILOT_TASK_WAIT_TIMEOUT_SECONDS).
- Since:
- 1.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aSessionTasksWaitForPendingResultrecord class. -
Method Summary
-
Constructor Details
-
SessionTasksWaitForPendingResult
public SessionTasksWaitForPendingResult()Creates an instance of aSessionTasksWaitForPendingResultrecord class.
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-