Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd ability to immediately complete current flight #8441
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


In an application I'm working on, I need the ability to immediately finish a flight in progress and just jump to the end. We already have a
cancelFlightto cancel an in-progress flight, socompleteFlightmakes sense here as well.