From 6adaf713b47c9a3ab3a516e21d2d4ecf7f2075d6 Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Tue, 5 Jun 2018 22:48:27 +0300 Subject: breaking the tests --- state.go | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'state.go') diff --git a/state.go b/state.go index d1068ab3..6c27c4c1 100644 --- a/state.go +++ b/state.go @@ -28,9 +28,17 @@ const ( StateReady // StateWorking - working on given payload. StateWorking - // StateStopped - process has been terminated + + // StateDestructing process is being destructed. + StateDestructing + + // StateStopping - process is being softly stopped. + StateStopping + + // StateStopped - process has been terminated. StateStopped - // StateErrored - error state (can't be used) + + // StateErrored - error state (can't be used). StateErrored ) -- cgit v1.2.3