Línguagem 4DCommands by themeProcesso (Comunicações)Versão: PróximoProcesso (Comunicações)CALL WORKER ( processo : Text, Integer ; método : Object, Text {; ...param : Expression} )CLEAR SEMAPHORE ( semaforo : Text )GET PROCESS VARIABLE ( processo : Integer ; srcVar : Variable ; dstVar : Variable {; ...(srcVar : Variable, dstVar : Variable)} )KILL WORKER ({ processo : Text, Integer })New signal { ( description : Text ) } : 4D.SignalSemaphore ( semaforo : Text {; tickCount : Integer} ) : BooleanSET PROCESS VARIABLE ( processo : Integer ; dstVar : Variable ; expr : Variable {; ...(dstVar : Variable, expr : Variable)} )Test semaphore ( semaforo : Text ) : BooleanVARIABLE TO VARIABLE ( processo : Integer ; dstVar : Variable ; srcVar : Variable {; ...(dstVar : Variable, srcVar : Variable)} )