summaryrefslogtreecommitdiff
path: root/state.go
diff options
context:
space:
mode:
Diffstat (limited to 'state.go')
-rw-r--r--state.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/state.go b/state.go
index 4d8b1eaa..d3ac2a2f 100644
--- a/state.go
+++ b/state.go
@@ -26,6 +26,9 @@ const (
// StateWorking - working on given payload.
StateWorking
+ // StateDestroying - worker has been marked as being destroyed.
+ StateDestroying
+
// StateStreaming - indicates that worker is streaming the data at the moment.
StateStreaming