Scope Enumeration |
Namespace: ABB.Robotics.Controllers.RapidDomain
public enum Scope
| Member name | Value | Description | |
|---|---|---|---|
| Global | 0 | Global scope, data will be available for all modules in this task. | |
| Local | 1 | Local scope, data will be available for this module only. | |
| Task | 2 | Task scope, data will be available for all modules in this task only. Only for persistent data. |