(Created target blank page For Version: PSAAS:Julie) |
(Update with the copy of version: Public) |
||
Line 1: | Line 1: | ||
− | + | = Return Block= | |
+ | |||
+ | The '''Return''' block is available only for [[SharedModulesBar|Shared Modules]] and is used to return control from the Shared Module to the application or Shared Module that called it. Multiple '''Return''' blocks can be used in a single Shared Module. | ||
+ | |||
+ | This block can return values of any output variables from the Shared Module. In the '''Initialize''' phase, variables can be marked as '''Output''' variables that are expected to be returned from this Shared Module. Only those variables can be assigned return values in the '''Return''' block. | ||
+ | |||
+ | ==Using this Block== | ||
+ | Click '''Add Assignment''' and specify output variables. | ||
+ | |||
+ | [[Category:V:PSAAS:Julie]] |
Revision as of 16:59, June 7, 2019
Return Block
The Return block is available only for Shared Modules and is used to return control from the Shared Module to the application or Shared Module that called it. Multiple Return blocks can be used in a single Shared Module.
This block can return values of any output variables from the Shared Module. In the Initialize phase, variables can be marked as Output variables that are expected to be returned from this Shared Module. Only those variables can be assigned return values in the Return block.
Using this Block
Click Add Assignment and specify output variables.
Comments or questions about this documentation? Contact us for support!