Type alias UninstallServiceOptions

UninstallServiceOptions: { force?: boolean; teardown?: boolean }

Options for uninstalling a service.

See uninstallService.

Type declaration

  • Optional force?: boolean

    If set to true, uninstalling a service that does not already exist will be considered successful.

    Default: false

  • Optional teardown?: boolean

    Whether the service's "teardown" script should be executed prior to removing that service.

    Default: true

Generated using TypeDoc