Package org.eclipse.core.runtime.jobs
Interface IJobStatus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Job
getJob()
Returns the job associated with this status.-
Methods inherited from interface org.eclipse.core.runtime.IStatus
getChildren, getCode, getException, getMessage, getPlugin, getSeverity, isMultiStatus, isOK, matches
-
-
-
-
Method Detail
-
getJob
Job getJob()
Returns the job associated with this status.- Returns:
- the job associated with this status
-
-