Details

external interface Details(source)

Properties

Link copied to clipboard
abstract var exitCode: Double

The exit code for the process (e.g. status from waitpid if on posix, from GetExitCodeProcess on Windows).

Link copied to clipboard
abstract var name: String?

The name of the process. Examples for utility: Audio Service, Content Decryption Module Service, Network Service, Video Capture, etc.

Link copied to clipboard
abstract var reason: DetailsReason

The reason the child process is gone. Possible values:

Link copied to clipboard
abstract var serviceName: String?

The non-localized name of the process.

Link copied to clipboard
abstract var type: DetailsType

Process type. One of the following values: