For Babelfish Release 1.11.1.3

ResultCOFStatus Property

The status of this Result COF. It is generally best to call .GetStatus() instead of reading the value from .Status, as the status may be updated if the last updated time is more than an hour old.
  • FUTURE
  • INTERMEDIATE
  • UNOFFICIAL
  • OFFICIAL

Definition

Namespace: Scopos.BabelFish.DataModel.OrionMatch
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public ResultStatus Status { get; set; }

Property Value

ResultStatus

See Also