Interface | Description |
---|---|
Job |
A job executed in a
JobController , grouping one or several process.
The job life cycle can be controlled with the Job.run() , Job.resume() and Job.suspend() and Job.interrupt()
methods. |
JobController |
The job controller.
|
Process |
A process managed by the shell.
|
Enum | Description |
---|---|
ExecStatus |
The status of an execution.
|
Copyright © 2022 Eclipse. All rights reserved.