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() |
CharSequence |
command() |
void |
foreground() |
int |
id() |
void |
interrupt() |
Job |
parent() |
List<Process> |
processes() |
Result |
result() |
CommandSession |
session() |
Job.Status |
status() |
void |
suspend() |
int id()
CharSequence command()
Job.Status status()
void suspend()
void background()
void foreground()
void interrupt()
Result result()
CommandSession session()
Job parent()
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.