RESUME SUBSYSTEM command

From m204wiki
Revision as of 16:52, 23 March 2017 by ELowell (talk | contribs)
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.

For more information, see Using the RESUME SUBSYSTEM command.