The style of processing functions is to return true on success, but some functions return true on cancellation and false when there is no cancellation, which is the opposite of the overall style.
This fix returns false when a cancellation is made and true when no cancellation is made.
The style of processing functions is to return true on success, but some functions return true on cancellation and false when there is no cancellation, which is the opposite of the overall style.
This fix returns false when a cancellation is made and true when no cancellation is made.