This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

  •  
 
4D v19.8
signal.signaled

signal.signaled 


 

   
Parameter Type   Description
signal.signaled   Boolean in 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.



See also 

New signal