B4A.PM.SCRI.DEPENDENCY-CHECK-EVALUATE-RESULT

Summary

Details

Object type
SCRI
Object Subtype
-
Object Folder
PACKAGES/BEST4AUTOMIC/B4A.PM/SOURCE/INSTALL-RELEASE
Active
true
Title
Evalutes result of a dependency check
Archive Key 1
-
Archive Key 2
-
Created
WRITER/B4A am: 2022-03-24 08:03:14
Last Modified
WRITER/B4A am: 2022-07-01 18:43:13 7 x
Last Used
-

Custom Attributes

No custom attributes defined.

Process

:set &hnd# = prep_process_var( &vara# )
:set &errors# = 0
:process &hnd#
:  set &key# = get_process_line( &hnd#, 2 )
:  set &status# = get_process_line( &hnd#, 5 )
:  p "Errors"
:  if &status# = "MISSING" or "FAILED"
:    set &errors# = &errors# + 1
:    p "  &key# => &status#"
:  endif
:endprocess
:close_process &hnd#

:publish &errors#, B4AP_DEPENDENCY_CHECK_ERRORS_O#, WORKFLOW

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

No promptsets defined.

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.JOBP.INSTALL-RELEASE/) JOBP B4A.PM PACKAGES/BEST4AUTOMIC/B4A.PM/SERVICES

Variable Publications

Found 1 variable publications (WORKFLOW)

Zeilennummer Scriptzeile
15 :publish &errors#, B4AP_DEPENDENCY_CHECK_ERRORS_O#, WORKFLOW