![]()  | 
	
| 
		 
			 
			#1  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
			
			 
				
				make an action to be executed every 5 minute
			 
			
			
			I used to work with viz.FOREVER when I want an action to be executed every time but now I  want that parlticular action to be executed only every 5 minutes how should I do.
		 
		
		
		
		
		
		
		
		
	
	 | 
| 
		 
			 
			#2  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
		
		 
			
			Hi, 
		
		
		
		
		
		
		
		
	
	You can use the vizact.waittime action to insert a pause between actions. For example, if you wanted to have an action perform every 5 minutes, you would do the following: Code: 
	ActionEvery5Min = vizact.sequence( MyAction, vizact.waittime(300), viz.FOREVER)  | 
![]()  | 
	
	
		
  | 
	
		
  |