City Based Parking and Routing System API Documentation

TrafficJam.ReportJam Method 

Allows the user to report a traffic jam.

public void ReportJam(
   uint step,
   bool alpha
);

Parameters

step
The current simulation step.
alpha
boolean indicating if traffic jam occurred on alpha or beta side of road.

See Also

TrafficJam Class | CBPRS.Infrastructure Namespace