fn send_final_marker( task_id: i32, proto_tx: &Sender<Result<TaskResult, Status>>, )
Send the final-marker TaskResult that signals end-of-stream to the daemon.
TaskResult