Method: Yast::CommandLineClass#Aborted

Defined in:
library/commandline/src/modules/CommandLine.rb

#AbortedObject

User asked for abort (forgetting the changes)

@return [Boolean] true, if the user asked abort



1379
1380
1381
# File 'library/commandline/src/modules/CommandLine.rb', line 1379

def Aborted
  @aborted
end