System module
Invocation |
---|
system.getVariable(name, defaultValue) |
Parameter | Type | Description |
---|---|---|
name | String | |
defaultValue | String | |
Returned type | Description |
---|---|
String | |
Example request of system.getVariable
system.getVariable(name, defaultValue)
Invocation |
---|
system.memory(name, defaultValue) |
Parameter | Type | Description |
---|---|---|
name | String | |
defaultValue | String | |
Returned type | Description |
---|---|
String | |
Example request of system.memory
system.memory(name, defaultValue)
Last modified 1yr ago