NextDom\Enums\DaemonState
Class DaemonState
Synopsis
class DaemonState
extends Enum
{
- // constants
- const NOT_OK = 'nok';
- const IN_PROGRESS = 'in_progress';
- // Inherited methods from Enum
- public static bool exists()
- public static array getConstants()
- public static array getValues()
Hierarchy
Extends
Constants
Name | Value |
---|---|
NOT_OK | 'nok' |
IN_PROGRESS | 'in_progress' |
Methods
Inherited from NextDom\Enums\Enum
public
- exists()
- getConstants() — Get list of all constants
- getValues()