
  TYPE
    jmt$task_to_execute_entry=record
      task_name: pmt$program_name,
      run_on_hardware: boolean,
      run_on_simulator: boolean,
      ignore_execution_errors: boolean,
    recend;

*copyc PMT$PROGRAM_NAME
