Script Statement: Discards a data sequenceAn internal listing of Console outputs or lines of Variable objects, etc. The lines of a data sequence can be accessed by using a PROCESS loop or the script element GET_PROCESS_LINE. The script elements PREP_PROCESS* generate data sequences. within a scriptA particular Automation Engine object type..
:CLOSE_PROCESS Data sequence reference
Syntax |
Description/Format |
---|---|
Data sequence reference |
A script variableA placeholder for a value within a script. that includes a reference to a data sequence. |
The script statement :CLOSE_PROCESS discards an unnecessary data sequence in order to releaseReleases combine a set of activities and a set of packages as well as other release artifacts under a timeline (a plan including milestones and phases), which can be planned, baselined and tracked. memory. This is important for complex processing (data sequences in data sequences) in a script.
Data sequences are provided by the following script elements:
You cannot assign new values to script variables that include a reference to a data sequence unless these script variables are released with CLOSE_PROCESS.
The variableIt stores or retrieves values dynamically at runtime. An individual Automation Engine object type. is empty after it has been closed with :CLOSE_PROCESS.
The following example discards a data sequence whose reference is stored in the script variable "&HND#".
:CLOSE_PROCESS &HND#
See also:
Script Elements - Data Sequences
Sample Collection
Setting End Status depending on Report Content
About Scripts
Script Elements - Alphabetical Listing
Script Elements - Ordered by function
Automic Documentation - Tutorials - Automic Blog - Resources - Training & Services - Automic YouTube Channel - Download Center - Support |
Copyright © 2016 Automic Software GmbH |