B4A.PM.SCRI.REPOSITORY_PACKAGE-LIST#SHARE

Summary

Details

Object type
SCRI
Object Subtype
-
Object Folder
PACKAGES/BEST4AUTOMIC/B4A.PM/SOURCE/REPOSITORY
Active
true
Title
Provides a process handle to a list of b4A Packages
Archive Key 1
-
Archive Key 2
-
Created
WRITER/B4A am: 2022-03-24 08:03:08
Last Modified
WRITER/B4A am: 2022-07-01 18:43:15 7 x
Last Used
-

Custom Attributes

No custom attributes defined.

Process

:set &line_prefix# = "@@"
:put_prompt_buffer BBCF_AGENT_OR_GROUP_I# = &B4AP_AGENT_OR_GROUP_I#
:put_prompt_buffer BBCF_LOGIN_I# = &B4AP_LOGIN_I#
:put_prompt_buffer BBCF_FILENAME_I# = &B4AP_FILENAME_I#
:put_prompt_buffer BBCF_DIRECTORY_I# = &B4AP_DIRECTORY_I#
:put_prompt_buffer BBCF_LINE_PREFIX_I# = "&line_prefix#"

:set &retv# = activate_uc_object( "BBC.FILEOPS.JOBP@IF.SHOW-FILE", WAIT )
:set &show_file_runid# = get_published_value( &retv#, BBCF_SHOW_FILE_RUNID_O# )
:set &rep# = prep_process_report( , &show_file_runid#, REP, "&line_prefix#*" )
:set &hnd# = create_process( NEW )
:set &ret# = put_process_line( &hnd#, "Package" )
:process &rep#
:  set &line# = get_process_line( &rep#, 1 )
:  set &line# = str_sub( &line#, "&line_prefix#", "" )
:  set &ret# = put_process_line( &hnd#, "&line#" )
:endprocess

:set &B4AP_PACKAGE_STREAM_O# = save_process( &hnd# )

:publish &B4AP_PACKAGE_STREAM_O#, , TOP

:close_process &hnd#
:close_process &rep#```


#### Object Activations

<p>Found 1 object activations</p>

| Zeilennummer | Scriptzeile |
| ------------ | ----------- |
| 9 | `:set &retv# = activate_uc_object( "BBC.FILEOPS.JOBP@IF.SHOW-FILE", WAIT )` |


### Runtime




ERT Method
: DYNAMIC_AVERAGE





Current ERT
: _00_ : _01_ : _01_
No. of past runs
: 0
+ERT Correction %
: 0











### Sync



No sync definitions.


### Variables



No variables defined.


### Prompt Sets



#### B4A.PM.PRPT.REPOSITORY_PACKAGE-LIST#SHARE

| Variable | Default Value |
| -------- | ------------- |
| B4AP_AGENT_OR_GROUP_I# |  |
| B4AP_DIRECTORY_I# |  |
| B4AP_FILENAME_I# |  |
| B4AP_LOGIN_I# |  |





### Automatic Deactivation

Deactivate on Finish
: ALWAYS



Deactivate After
: 0



### Runtime Parameters



AE Priority
: 0

Timezone
: \-

Generate at runtime
: _true_

Max. Parallel Tasks
: 0






### Usage

| Parent | Type | Package | Folder |
| ------ | ---- | ------- | ------ |
| [B4A.PM.VARA.REPOSITORY_PACKAGE-LIST#SHARE@EXEC](//b4a.pm.vara.repository_package-list%23shareexec/)/) | VARA | B4A.PM | PACKAGES/BEST4AUTOMIC/B4A.PM/SOURCE/REPOSITORY |



#### Variable Publications





Found 1 potentially dangerous variable publications (TOP)

| Zeilennummer | Scriptzeile |
| ------------ | ----------- |
| 22 | ``:publish &B4AP_PACKAGE_STREAM_O#, , TOP`` |