|
org.eclipse.core.runtime.jobs
Interface IJobStatus
-
All Superinterfaces:
-
IStatus
-
public interface IJobStatus
- extends
IStatus
Represents status relating to the execution of jobs.
-
See Also:
-
IStatus
-
Restriction:
- This interface is not intended to be implemented by clients.
-
Restriction:
- This interface is not intended to be extended by clients.
Method Summary
|
Job
|
getJob
()
Returns the job associated with this status. |
getJob
Job getJob()
- Returns the job associated with this status.
-
-
-
Returns:
- the job associated with this status
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|