Lenguaje 4D Comandos por tema ProcesosVersión: 21 R4 BETAProcesosABORT PROCESS BY ID ( IDunico : Integer ) Count tasks : Integer Count user processes : Integer Count users : Integer Current process : Integer Current process name : Text DELAY 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}}}{; *} ) : Integer GET REGISTERED CLIENTS ( listaClientes : Text array ; metodos : Integer array ) New process ( metodo : Text ; pila : Integer {; nombre : Text {; param : Expression {; ...param : Expression}}}{; *} ) : Integer PAUSE PROCESS ( proceso : Integer ) Process aborted : Boolean Process activity () : ObjectProcess activity ( options : Integer ) : ObjectProcess activity ( sessionID : Text ) : ObjectProcess activity ( sessionID : Text ; options : Integer ) : Object Process info ( processNumber : Integer ) : Object Process number ( name : Text {; *} ) : IntegerProcess number ( id : Text {; *} ) : Integer Process state ( proceso : Integer ) : Integer REGISTER CLIENT ( nomCliente : Text ) RESUME PROCESS ( proceso : Integer ) Session : 4D.Session Session info ( sessionId : Text ) : Object Session storage ( id : Text ) : Object UNREGISTER CLIENT