
  { This type declaration defines the steps that are taken while
  { deadstarting the system.  These steps show what state the
  { deadstart process is in.  The steps are stored throughout
  { deadstart in the RDF slot "SDST" (dsc$rdf_deadstart_state).

  TYPE
    dst$deadstart_sequence_steps =
      (dsc$dss_start_deadstart_process,
       dsc$dss_ssr_built,
       dsc$dss_dcfile_read,
       dsc$dss_image_retrieved,
       dsc$dss_install_templates,
       dsc$dss_templates_installed,
       dsc$dss_outward_call_to_jt,
       dsc$dss_job_template_started,
       dsc$dss_ssr_committed,
       dsc$dss_load_sitecp,
       dsc$dss_sitecp_loaded,
       dsc$dss_idle_system_core,
       dsc$dss_system_core_idled,
       dsc$dss_recover_mainframe,
       dsc$dss_mainframe_recovered,
       dsc$dss_recovery_completed,
       dsc$dss_system_committed,
       dsc$dss_load_dstape_libraries,
       dsc$dss_dstape_libraries_loaded,
       dsc$dss_deadstart_completed,
       dsc$dss_system_idled,
       dsc$dss_system_resumed,
       dsc$dss_system_terminated);
