Help for this page

Select Code to Download


  1. or download this
    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");
    }
    
  2. or download this
    sub start_fork_run{
        my $self = shift;
    ...
        #End the whole topology run
        $self->finishRun("finish");
    }
    
  3. or download this
    package testProcess;
    #use strict;
    ...
        testProcess::exit_run();
    }
    
  4. or download this
    sub Functions_Run_in_threads_windows
    {
    ...
       return %hash_results;
    }