Package org.eclipse.core.runtime.jobs
Interface IJobStatus
- All Superinterfaces:
IStatus
Represents status relating to the execution of jobs.
- See Also:
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
-
Field Summary
-
Method Summary
Methods inherited from interface org.eclipse.core.runtime.IStatus
getChildren, getCode, getException, getMessage, getPlugin, getSeverity, isMultiStatus, isOK, matches
-
Method Details
-
getJob
Job getJob()Returns the job associated with this status.- Returns:
- the job associated with this status
-