Variable Pool |
![]() ![]() ![]() |
MoreMotion creates a globally accessible variable pool for each request and purges it after the request is responded. Since it is globally accessible , all types of MoreMotion Units (Services, Processes, etc.) can read from and write to it. The duration of the variable pool is limited to the duration of the request. Prior to the termination of the request, the content of the variable pool is transferred to a built-in data source called "var".
Accessing Variable Pool using MScript Functions MScript functions can use pool variables. Here is an example:
Accessing Variable Pool using mmExec API Variable Pool Object can be obtained using mmExec API.
|