Class Status

This Enum contains the various states a worker, scheduler and nanny can be

Declaration

class Status(Enum)
source link

Documentation

in. Some of the status can only be observed in one of nanny, scheduler or
worker but we put them in the same Enum as they are compared with each
other.

Methods

Reexports