RESUME SUBSYSTEM command: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→Usage) |
||
Line 13: | Line 13: | ||
<p>Any procedures precompiled prior to the suspend are available without recompiling. The subsystem is set to the Active state.</p> | <p>Any procedures precompiled prior to the suspend are available without recompiling. The subsystem is set to the Active state.</p> | ||
<p>The APSY initialization routine is not rerun.</p> | <p>The APSY initialization routine is not rerun.</p> | ||
<p> | <p>Messages that can appear when running this command are described in [[System requirements for Application Subsystems#resume subsystem|Using the RESUME SUBSYSTEM command]].</p> | ||
[[Category:Commands]] | [[Category:Commands]] | ||
[[Category:Subsystem commands]] | [[Category:Subsystem commands]] |
Latest revision as of 16:54, 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.
Messages that can appear when running this command are described in Using the RESUME SUBSYSTEM command.