InterruptOutcome

works.iterative.claude.core.model.InterruptOutcome
case class InterruptOutcome(stillQueued: List[String])

The outcome of an Session.interrupt, read from the vendor's control_response.

stillQueued is the vendor's still_queued list: inputs that were queued and survived the interrupt rather than being discarded with the stopped turn.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product