Skip to content

UPDATE_EXPR_ATTRS ​

UPDATE_EXPR_ATTRS forces alle EXPRESSION attributes of a certain model to be updated. This means that all expression results will get correct values.

Syntax ​

leo-grammar
CC "Core" UPDATE_EXPR_ATTRS	model:idValue [ synchronous:boolValue ]

#-->RESULT ecode:intValue
CC "Core" UPDATE_EXPR_ATTRS	model:idValue [ synchronous:boolValue ]

#-->RESULT ecode:intValue

Parameters ​

  • modelid (idValue) - the ID of the model.
  • synchronous (boolValue, optional) - specify whether the expressions should be updated instantly (which is the default) or later in the background.

Returns ​

  • ecode (intValue) - Contains the error code or is 0 in case of success.

Details ​

See Also: ​

Versions and Changes ​

Available since ADOxx 1.3