Lenguaje 4DComandos por temaProcesosVersión: 21 R2 BETAProcesosABORT PROCESS BY ID ( IDunico : Integer )Count tasks : IntegerCount user processes : IntegerCount users : IntegerCurrent process : IntegerCurrent process name : TextDELAY PROCESS ( proceso : Integer ; duracion : Real )EXECUTE ON CLIENT ( nomCliente : Text ; nomMetodo : Text {; ...param : any} )Execute on server ( proced : Text ; pila : Integer {; nombre : Text {; param : Expression {; ...param : Expression}}}{; *} ) : IntegerGET REGISTERED CLIENTS ( listaClientes : Text array ; metodos : Integer array )New process ( metodo : Text ; pila : Integer {; nombre : Text {; param : Expression {; ...param : Expression}}}{; *} ) : IntegerPAUSE PROCESS ( proceso : Integer )Process aborted : BooleanProcess activity () : ObjectProcess activity ( options : Integer ) : ObjectProcess activity ( sessionID : Text ) : ObjectProcess activity ( sessionID : Text ; options : Integer ) : ObjectProcess info ( processNumber : Integer ) : ObjectProcess number ( name : Text {; *} ) : IntegerProcess number ( id : Text {; *} ) : IntegerProcess state ( proceso : Integer ) : IntegerREGISTER CLIENT ( nomCliente : Text )RESUME PROCESS ( proceso : Integer )Session : 4D.SessionSession info ( sessionId : Integer ) : ObjectSession storage ( id : Text ) : ObjectUNREGISTER CLIENT