LocalStorageScope¶
Summary¶
Defines the local storage scope.
Signature
1 |
|
Namespace¶
cAlgo.API
Fields¶
Instance¶
Summary
The value is stored and can be accessed only by a specific running instance of a cBot/Indicator.
Signature
1 |
|
Return Value
LocalStorageScope
Type¶
Summary
The value is stored and can be accessed by all running instances of one or more cBot(s)/Indicator(s).
Signature
1 |
|
Return Value
LocalStorageScope
Device¶
Summary
The value is stored and can be accessed by all running instances of a cBots/Indicators on this device.
Signature
1 |
|
Return Value
LocalStorageScope