Types of methods
There are two types of methods -- local and global.
Local methods
Use local methods in a single project. Object types and their instances define local methods. Acknowledge all is an example of a local method for an alarm. Objects that define methods include:
- alarms
- logs
- database
- some graphic objects
Global methods
Global methods are available regardless of the project node. Global methods apply to:
- variables
- core
- alarms
- UI
- recipes