Help for this page
sub init { my ($logger_input,$xmlFile_input,$ini_file_input,$run_all_input,$g +ui_sync_file_input,$dump_input) = @_; ... $father_self->finishRun("user stoped"); }
sub start_fork_run{ my $self = shift; ... #End the whole topology run $self->finishRun("finish"); }
package testProcess; #use strict; ... testProcess::exit_run(); }
sub Functions_Run_in_threads_windows { ... return %hash_results; }