RESUME SUBSYSTEM command

From m204wiki
Jump to navigation Jump to search

Summary

Privileges
Defined in the subsystem definition
Function
To clear a subsystem from the Suspend state and reenter the subsystem.

Syntax

RESUME SUBSYSTEM subsys-name

where subsys-name specifies the subsystem to reactivate.

Usage

Any procedures precompiled prior to the suspend are available without recompiling. The subsystem is set to the Active state.

The APSY initialization routine is not rerun.

Messages that can appear when running this command are described in Using the RESUME SUBSYSTEM command.