OSService

interface OSService

OSService represents an operating system service

Author

n7ghtm4r3

See also

Inheritors

OSServiceImpl

Properties

Link copied to clipboard
abstract val name: String

name The name of the service.

Link copied to clipboard
abstract val processID: Int

processID The process ID associated with the service.

Link copied to clipboard
abstract val state: ServiceState

state The current state of the service.