+
Point of view
All features
class PROCESS_LAUNCH_INFO
Summary
Direct parents
Insert list: ANY
Class invariant
Overview
Creation features
{ANY}
Features
{ANY}
program: STRING
writable attribute
{ANY}
arguments: TRAVERSABLE[STRING]
writable attribute
{ANY}
keep_environment: BOOLEAN
writable attribute
{ANY}
command_line: STRING
writable attribute
{ANY}
execute (program_: STRING, arguments_: TRAVERSABLE[STRING], keep_environment_: BOOLEAN)
effective procedure
{ANY}
require
  • program_ /= Void
  • arguments_ /= Void
ensure
execute_command_line (command_line_: STRING, keep_environment_: BOOLEAN)
effective procedure
{ANY}
require
  • command_line_ /= Void
ensure