| 
                    
 This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com  | 
            |||||||||||||||||||||||||||||||||||||||||||||||
| 
                 
                
 | 
                
					
                    
                         
    4D v20.6
 
signal.signaled 
                                
                                
        
 | 
                ||||||||||||||||||||||||||||||||||||||||||||||
| Parameter | Type | Description | ||||||
| signal.signaled | Boolean | 
             
         | 
        False at the signal creation. True when the trigger() method is called. | |||||
Read only property
The signal.signaled property contains the current state of the signal object. When the signal is created, signal.signaled is False. It becomes True when the signal.trigger( ) is called on the object.
Add a comment