I am coding a program and want to raise a signal whenever the data of a form is in a state that allows it to be committed to a storage.
signal committabilityChanged();
However, I don't find the word committability in the dictionaries I checked. Is committability a word? Else, what is the noun form of “committable”?

