RESUME SUBSYSTEM command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
No edit summary
Line 14: Line 14:
<p>The APSY initialization routine is not rerun.</p>
<p>The APSY initialization routine is not rerun.</p>
[[Category:Commands]]
[[Category:Commands]]
[[Category:Subsystem commands]]

Revision as of 16:19, 23 March 2017

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.