Langage 4DCommandes par thèmeProcess (Communications)Version : SuivantProcess (Communications)CALL WORKER ( process : Text, Integer ; formule : Object, Text {; ...param : Expression} )CLEAR SEMAPHORE ( sémaphore : Text )GET PROCESS VARIABLE ( process : Integer ; varSource : Variable ; varDestination : Variable {; ...(varSource : Variable, varDestination : Variable)} )KILL WORKER ({ process : Text, Integer })New signal { ( description : Text ) } : 4D.SignalSemaphore ( sémaphore : Text {; nbTicks : Integer} ) : BooleanSET PROCESS VARIABLE ( process : Integer ; varDestination : Variable ; exprSource : Variable {; ...(varDestination : Variable, exprSource : Variable)} )Test semaphore ( sémaphore : Text ) : BooleanVARIABLE TO VARIABLE ( process : Integer ; varDestination : Variable ; varSource : Variable {; ...(varDestination : Variable, varSource : Variable)} )