diff options
Diffstat (limited to 'state.go')
-rw-r--r-- | state.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |