From 898afaef53470adbc03b4a8272c209b6f9aed6fa Mon Sep 17 00:00:00 2001 From: Adam Sandberg Ericsson Date: Sun, 12 Mar 2023 11:02:11 +0000 Subject: docs: add TASK_DELETE event in eventlog encodings --- docs/users_guide/eventlog-formats.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/users_guide/eventlog-formats.rst b/docs/users_guide/eventlog-formats.rst index ec8f280579..e77e971a87 100644 --- a/docs/users_guide/eventlog-formats.rst +++ b/docs/users_guide/eventlog-formats.rst @@ -539,6 +539,15 @@ Task events Marks the migration of a task to a new capability. +.. event-type:: TASK_DELETE + + :tag: 57 + :length: fixed + :field TaskId: task id + + Marks the deletion of a task. + + Tracing events ~~~~~~~~~~~~~~ -- cgit v1.2.1