Skip to main content

PitSvStatus

Defined in: defines.ts:177

Indicator of pit stop status.

Represents irsdk_PitSvStatus

Enumeration Members

BadAngle

BadAngle: 104

Defined in: defines.ts:195

The driver stopped at an invalid angle for the pit box.


CantFixThat

CantFixThat: 105

Defined in: defines.ts:197

The car cannot be fixed.


Complete

Complete: 2

Defined in: defines.ts:183

The pit stop has ended.


InProgress

InProgress: 1

Defined in: defines.ts:181

There is a pit stop in progress.


None

None: 0

Defined in: defines.ts:179


TooFarBack

TooFarBack: 103

Defined in: defines.ts:193

The driver is too far back from the pit box.


TooFarForward

TooFarForward: 102

Defined in: defines.ts:191

The driver is too far forward from the pit box.


TooFarLeft

TooFarLeft: 100

Defined in: defines.ts:187

The driver is too far left of the pit box.


TooFarRight

TooFarRight: 101

Defined in: defines.ts:189

The driver is too far right of the pit box.