Uses of Class
net.sf.jnati.proc.ProcessMonitor.ProcessState
-
-
Uses of ProcessMonitor.ProcessState in net.sf.jnati.proc
Methods in net.sf.jnati.proc that return ProcessMonitor.ProcessState Modifier and Type Method Description ProcessMonitor.ProcessState
ProcessMonitor. getState()
Returns the current state of this process.static ProcessMonitor.ProcessState
ProcessMonitor.ProcessState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ProcessMonitor.ProcessState[]
ProcessMonitor.ProcessState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-