End an event within the current step
end_event
function marks an event as finished, optionally updating its final state. This is useful for events that span a duration or need final results added after completion.
None
.
event_id
is not provided, ends the most recent eventcreate_event
- Create a new eventupdate_event
- Update an event during executionend_step
- End the containing step