public interface Job
Modifier and Type | Interface and Description |
---|---|
static class |
Job.Status |
static class |
Job.Utils |
Modifier and Type | Method and Description |
---|---|
void |
background() |
java.lang.CharSequence |
command() |
void |
foreground() |
int |
id() |
void |
interrupt() |
Job |
parent() |
java.util.List<Process> |
processes() |
Result |
result() |
CommandSession |
session() |
Job.Status |
status() |
void |
suspend() |
int id()
java.lang.CharSequence command()
Job.Status status()
void suspend()
void background()
void foreground()
void interrupt()
Result result()
java.util.List<Process> processes()
CommandSession session()
Job parent()