RESUME SUBSYSTEM command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
(No difference)

Revision as of 01:05, 28 February 2013

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.