kernl

Variable: STOPPED

const STOPPED: "stopped" = "stopped";

Defined in: packages/protocol/src/constants.ts:59

Task has been stopped by a signal (SIGSTOP). Will remain stopped until explicitly continued (SIGCONT).

Examples:

  • User explicitly paused the agent
  • Debugger attached

On this page