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