Share via


LogonType type

Determines how the service should be run.
KnownLogonType can be used interchangeably with LogonType, this enum contains the known values that the service supports.

Known values supported by the service

Service: Run as a service.
Interactive: Run in interactive mode.

type LogonType = string