Returns the evaluation status of this Field object.
evaluationStatus() returns a combination of one or more of the following:
Name |
Value |
Description |
kNotYetEvaluated |
0x01 |
Evaluation not complete. |
kSuccess |
0x02 |
Evaluation complete: Successful. |
kEvaluatorNotFound |
0x04 |
Evaluator for the field not found. |
kSyntaxError |
0x08 |
Evaluation complete: Field code syntax error. |
kInvalidCode |
0x10 |
Evaluation complete: Invalid field code. |
kInvalidContext |
0x20 |
Evaluation complete: Invalid context to evaluate field. |
kOtherError |
0x40 |
Evaluation complete: Other evaluation error. |
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|