#pragma once int process_run_section( int id ); void process_start_section( int id ); void process_stop(); void process_wait_for_finished(); const char* process_get_section_name( int section ); int process_get_max_section();