Method: Yast::CommandLineClass#Done

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

#DoneObject

Are there some commands to be processed?

@return [Boolean] true, if there is no more commands to be processed, either because the user used command line, or the interactive mode was finished



1395
1396
1397
# File 'library/commandline/src/modules/CommandLine.rb', line 1395

def Done
  @done
end