Method: Yast::CommandLineClass#Interactive

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

#InteractiveObject

Is module started in interactive command-line mode?

@return [Boolean] true, if the user asked for interactive command-line mode



1372
1373
1374
# File 'library/commandline/src/modules/CommandLine.rb', line 1372

def Interactive
  @interactive
end