From e59d845978b6caec37f794f3ece816a7cdc03194 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Sun, 10 Jan 2016 10:36:15 +0100 Subject: [PATCH] Correct statechanged event states --- events/statechanged.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events/statechanged.rst b/events/statechanged.rst index 509bf6b28..3e2aaeaae 100644 --- a/events/statechanged.rst +++ b/events/statechanged.rst @@ -4,7 +4,7 @@ StateChanged ------------ Emitted when a folder changes state. Possible states are ``idle``, -``scanning``, ``cleaning`` and ``syncing``. The field ``duration`` is +``scanning``, ``syncing`` and ``error``. The field ``duration`` is the number of seconds the folder spent in state ``from``. In the example below, the folder ``default`` was in state ``scanning`` for 0.198 seconds and is now in state ``idle``.