Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 2.46 KB

File metadata and controls

42 lines (30 loc) · 2.46 KB

Execution Control

Features

Key Functions

Example

;; Insert a 30-second pause checkpoint into the active shell queue
(agent-shell-queue-insert-pause (current-buffer) nil 30.0)

;; Insert a scheduled wait timer
(agent-shell-queue-insert-wait
 (current-buffer))

Reference

See the API Reference for full documentation of these functions.