Package-level declarations

Types

Link copied to clipboard
interface FileSystem

FileSystem Represents the file system details of an operating system, providing information about file stores, file descriptors, and associated file system attributes.

Link copied to clipboard
interface OperatingSystem

OperatingSystem Represents an operating system and its key attributes, such as processes, file system, network parameters, system uptime, and more.

Link copied to clipboard
interface OSDesktopWindow

OSDesktopWindow Represents a desktop window on the operating system. Provides details about the window's properties, such as its ID, title, associated command, owning process ID, order in the stack, and visibility.

Link copied to clipboard
interface OSFileStore

Represents a file store (such as a disk or mount point) in the operating system. Provides information about the file system, including the volume, space usage, and attributes related to the file store.

Link copied to clipboard
interface OSService

OSService represents an operating system service

Link copied to clipboard
interface OSSession

Represents a user session in the operating system. Provides information about the session, including the user, terminal device, login time, and host related to the session.

Link copied to clipboard
interface OSVersionInfo

Represents the version information of the operating system. Provides details about the version, code name, and build number of the OS.

Link copied to clipboard

Service Execution States