Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

UNBLOCK_ALL actions


Declaration


Blok kódu
languageesl
themeConfluence
[_retInt := ] UNBLOCK_ALL 


Parameters


_retIntoutIdentifier of Int type - action success.
Description
The action unblocks all alarms blocked in the system: objects of Alarm, I/O tag, Eval tag, Switch types.

The action can be executed in two ways:

  • Synchronous - writing with the assignment. The action is waiting for executing to execute the command. Return The return code gets one of the following values:
    • _ERR_TRANS_ABORT
    • _ERR_TRANS_ERROR
    • _ERR_TRANS_IGNORED
    • _ERR_NO_ERROR 
       
  • Asynchronous - writing with no assignment. The action requires the system to execute the given command and the script continues in executing the next actions.

Info
titleRelated pages:

Script actions