OSServiceImpl

class OSServiceImpl(val name: String, val processID: Int, val state: ServiceState) : OSService

Implementation of an operating system service.

Author

N7ghtm4r3

Parameters

name

The name of the service

processID

The process ID associated with the service

state

The current state of the service

See also

Constructors

Link copied to clipboard
constructor(name: String, processID: Int, state: ServiceState)

Properties

Link copied to clipboard
open override val name: String
Link copied to clipboard
open override val processID: Int
Link copied to clipboard
open override val state: ServiceState