Module java.base
Package java.lang

Interface ProcessHandle.Info

Enclosing interface:
ProcessHandle

public static interface ProcessHandle.Info
Information snapshot about the process. The attributes of a process vary by operating system and are not available in all implementations. Information about processes is limited by the operating system privileges of the process making the request. The return types are Optional<T> allowing explicit tests and actions if the value is available.
Since:
9