Entry points > Module Supervisor > Standard script ASELHIERA 

SKIP_DIR

The entry point SKIP_DIR is called during loading elements into ASELHIERA mask. It is called once for each directory found and allows to skip it by setting variable SKIP_ELEMENT to value 2.

Context and operating mode

Important parameters:
MACHINE - name of remote machine, in case when root folder exists on same machine as runtime this variable will be blank
PARENT - name of parent directory
FULLPATH - full path to parent folder
ELEMENT_NAME - name of current directory
SKIP_ELEMENT - parameter used to control process, if it's set to 2 current directory will not be visible on list.

Transaction:
No transaction is open in context of this entry point

Trace file:
No trace file is open in context of this entry point

SKIP_FILE

The entry point SKIP_FILE is called during loading elements into ASELHIERA mask. It is called once for each file found and allows to skip it by setting variable SKIP_ELEMENT to value 2.

Context and operating mode

Important parameters:
MACHINE - name of remote machine, in case when root folder exists on same machine as runtime this variable will be blank
PARENT - name of parent directory
FULLPATH - full path to parent folder
ELEMENT_NAME - name of current file
SKIP_ELEMENT - parameter used to control process, if it's set to 2 current file will not be visible on list.

Transaction:
No transaction is open in context of this entry point

Trace file:
No trace file is open in context of this entry point