EVENT_SHELL_CHUNK

Constant EVENT_SHELL_CHUNK 

Source
pub const EVENT_SHELL_CHUNK: &str = "shell_chunk";
Expand description

Fired per stdout/stderr line and on process exit by ShellNodeRunner. op: "chunk" carries { shell_id, kind, content, timestamp }; op: "exit" carries { shell_id, exit_code, timestamp }.