Skip to content

Use enums for states, instead of passing around strings #18

@aagrxyz

Description

@aagrxyz

We need to use enums to store the state of the service instead of strings like "stopped", "running" etc..

Enums provide better way to handle states and are the recommended way for a type that has a fixed set of values.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions