GET_EFB_ROUTE
Gets the current flight plan route from the EFB. The EFB does not need to be open for this call to succeed; the EFB / user flight plan is tracked at all times by the simulation and will be returned regardless of the EFB state.
Example
const route = await Coherent.call('GET_EFB_ROUTE');
Parameters
N/A
Return Values
The function returns the following:
Return value | Description |
---|---|
FlightPlanRoute | A flightplan route data structure. |