4D Language Commands by theme ProcessesVersion: 21 R4 BETAProcessesABORT PROCESS BY ID ( uniqueID : Integer ) Count tasks : Integer Count user processes : Integer Count users : Integer Current process : Integer Current process name : Text DELAY PROCESS ( process : Integer ; duration : Real ) EXECUTE ON CLIENT ( clientName : Text ; methodName : Text {; ...param : any} ) Execute on server ( procedure : Text ; stack : Integer {; name : Text {; param : Expression {; ...param : Expression}}}{; *} ) : Integer GET REGISTERED CLIENTS ( clientList : Text array ; methods : Integer array ) New process ( method : Text ; stack : Integer {; name : Text {; param : Expression {; ...param : Expression}}}{; *} ) : Integer PAUSE PROCESS ( process : 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 ( process : Integer ) : Integer REGISTER CLIENT ( {clientName : Text {; *}} ) RESUME PROCESS ( process : Integer ) Session : 4D.Session Session info ( sessionId : Text ) : Object Session storage ( id : Text ) : Object UNREGISTER CLIENT