diff options
Diffstat (limited to 'pkg/state/job/state.go')
-rw-r--r-- | pkg/state/job/state.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/state/job/state.go b/pkg/state/job/state.go index d90118c3..56050084 100644 --- a/pkg/state/job/state.go +++ b/pkg/state/job/state.go @@ -14,4 +14,6 @@ type State struct { Delayed int64 // Reserved jobs which are in the driver but not consumed yet Reserved int64 + // Status - 1 Ready, 0 - Paused + Ready bool } |