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