mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-12 10:45:37 +02:00
[300586] (comment#9) - Added a clarifying comment.
This commit is contained in:
parent
9fa4237bc5
commit
47a5c8c644
1 changed files with 5 additions and 1 deletions
|
@ -14,7 +14,11 @@ package org.eclipse.cdt.dsf.concurrent;
|
||||||
/**
|
/**
|
||||||
* Interface that hold the codes used when reporting status using the DSF
|
* Interface that hold the codes used when reporting status using the DSF
|
||||||
* Request Monitor.
|
* Request Monitor.
|
||||||
*
|
* <p>
|
||||||
|
* The error codes are ordered by severity so that clients can filter error
|
||||||
|
* reporting using these codes. E.g. <code>getStatus().getCode() > INVALID_HANDLE</code>
|
||||||
|
* can be used to filter out errors resulting from expected race conditions.
|
||||||
|
* </p>
|
||||||
* @since 1.0
|
* @since 1.0
|
||||||
*/
|
*/
|
||||||
public interface IDsfStatusConstants {
|
public interface IDsfStatusConstants {
|
||||||
|
|
Loading…
Add table
Reference in a new issue