inform_done
Prints an informational message that something went just fine to stdout. Meant to conclude a message begun by inform(3) -n.
Conclude a message printed by inform(3) -n:
inform -n "Wait a moment... " sleep 3 inform_done
inform_failed(3), inform_progress(3)