Table of Contents

Enum FinishStatus

Namespace
rF2SharedMemoryNet.RF2Data.Enums
Assembly
rF2SharedMemoryNet.dll

Represents the finish status of a participant in an RF2 event.

public enum FinishStatus

Fields

Dnf = 2

Did not finish the event. (DNF)

Dq = 3

Disqualified from the event. (DQ)

Finished = 1

Finished the event.

None = 0

Not finished yet.

Remarks

This enumeration is used to indicate the outcome of a participant's performance in an RF2 event. Possible values include:

  • NoneNo finish status is assigned.
  • FinishedThe participant successfully completed the event.
  • DnfThe participant did not finish the event.
  • DqThe participant was disqualified from the event.