Skip to content

Execution context

In this guide you will learn more about so called execution context and about its variables.

Variables

To retrieve a variable from execution context, you need to call the function from system namespace.

Seealso

More details about system namespace can be found in the API Basics or in Namespaces guide.

Here is the list of existing functions for retrieving execution context variables:

  • Get_current_permission()

Current permission

Each execution context has some "access level", that measures from 0 to 4,294,967,295 (2^32-1). This "access level", for example, determines the behavior of certain functions in system_io. It can be retrieved by calling Get_current_permission()

Seealso

More details about system_io namespace can be found in API Basics или в Namespaces guides.