pub fn build_attempt_finish_command(
sequence: u64,
run_id: RunId,
attempt_id: AttemptId,
response: &ExecutorResponse,
timestamp: u64,
) -> AttemptFinishCommandExpand description
Builds an attempt-finish command from executor response truth.