Eclipse Platform
Release 3.0

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

public Job getJob()
Returns the job associated with this status.

Returns:
the job associated with this status

Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.