summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/users_guide/eventlog-formats.rst9
1 files changed, 9 insertions, 0 deletions
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
~~~~~~~~~~~~~~