Skip to content

LocalStorageScope

Summary

Defines the local storage scope.

Signature

1
public enum LocalStorageScope

Namespace

cAlgo.API

See Also

Fields

Instance

Summary

The value is stored and can be accessed only by a specific running instance of a cBot/Indicator.

Signature

1
LocalStorageScope.Instance;

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
LocalStorageScope.Type;

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
LocalStorageScope.Device;

Return Value

LocalStorageScope