Примечание
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Sets the value of a variable to be used by a handler after the current handler completes.
Syntax
ExecutionContextObj.setSharedVariable(key, value)
Parameters
key
: String: The name of the variablevalue
: Object. The values to set
Return value
Type: Object
Description: The specific type depends on what the value object is.