notify_process_started()
- Notify about starting of a process for current plugin gateway. It is safe to call notify_process_started multiple times for same process (subsequent calls will be ignored).
				
				Edit
			
			- params: process (string)
- return: nothing
				
				Edit
			
			| Process | Description | 
|---|---|
| adding_device | Process of adding device for current plugin gateway. | 
| removing_device | Process of removing device from current plugin gateway. | 
				
				Edit
			
			
				
					require "core"
core.notify_process_started("adding_device")				
			
             
                                    