Skip to content

Feature: Change exit code to RESTART_EXIT_CODE #27

Description

@wallbrian516

Describe your feature request or suggestion in detail

Change exit code to RESTART_EXIT_CODE to distinguish from a manual shutdown so that a script can do maintenance and restart the server or allow for a manual exit

Describe a possible solution to your feature or suggestion in detail

    current:        sWorld->ShutdownServ(preAnnounceSeconds, SHUTDOWN_MASK_RESTART, SHUTDOWN_EXIT_CODE);
    proposed:    sWorld->ShutdownServ(preAnnounceSeconds, SHUTDOWN_MASK_RESTART, RESTART_EXIT_CODE);

Additional context

No response

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