Method: CWM::Dialog#abort_handler

Defined in:
library/cwm/src/lib/cwm/dialog.rb

#abort_handlerBoolean

Handler when the abort button is used

If returns false, then it does not abort.

Returns:

  • (Boolean)


118
119
120
# File 'library/cwm/src/lib/cwm/dialog.rb', line 118

def abort_handler
  true
end