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

Home

 
4D v20.6
signal.trigger( )

signal.trigger( ) 


 

signal.trigger () 
Does not require any parameters

The signal.trigger( ) method sets the "signaled" property of the signal object to true and awakes all workers or processes waiting for this signal.

Note: For more information on the signal object, please refer to the New signal command.

If the signal is already in the signaled state (i.e. the signaled property is already true), the method does nothing.

Example  

See example for the New signal command.



See also 

New signal
signal.wait( )

 
PROPERTIES 

Product: 4D
Theme: Process (Communications)

This command can be run in preemptive processes

 
PAGE CONTENTS 
 
HISTORY 

Created: 4D v17 R4

 
ARTICLE USAGE

4D Language Reference ( 4D v20)
4D Language Reference ( 4D v20.1)
4D Language Reference ( 4D v20.2)
4D Language Reference ( 4D v20.3)
4D Language Reference ( 4D v20.4)
4D Language Reference ( 4D v20.5)
4D Language Reference ( 4D v20.6)