Langage 4D Commandes par thème ProcessVersion : 21ProcessABORT PROCESS BY ID ( uniqueID ) Count tasks : Integer Count user processes : Integer Count users : Integer Current process : Integer Current process name : Text DELAY PROCESS ( process ; durée ) EXECUTE ON CLIENT ( nomClient ; nomMéthode {; param}{; param2 ; ... ; paramN} ) Execute on server ( procédure ; pile {; nom {; param {; param2 ; ... ; paramN}}}{; *} ) : Integer GET REGISTERED CLIENTS ( listeClients ; nbMéthodes ) New process ( méthode ; pile {; nom {; param {; param2 ; ... ; paramN}}}{; *} ) : Integer PAUSE PROCESS ( process ) 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 ( process ) : Integer REGISTER CLIENT ( nomClient ) RESUME PROCESS ( process ) Session : 4D.Session Session info ( sessionId : Integer ) : Object Session storage ( id : Text ) : Object UNREGISTER CLIENT