ApplicationPid

open class ApplicationPid

An application process ID.

Author

Phillip Webb

Since

2.0.0

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun isAvailable(): Boolean
Return if the application PID is available.
Link copied to clipboard
open fun toLong(): Long
Return the application PID as a Long.
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun write(file: File)
Write the PID to the specified file.