org.eclipse.core.runtime.jobs
Interface IJobStatus

All Superinterfaces:
IStatus

public interface IJobStatus
extends IStatus

Represents status relating to the execution of jobs.

This interface is not intended to be implemented by clients.

See Also:
IStatus

Field Summary
 
Fields inherited from interface org.eclipse.core.runtime.IStatus
CANCEL, ERROR, INFO, OK, WARNING
 
Method Summary
 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