Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
OnEvent("MACRO","_id_","_event_")


Event

Description

ParametersParameter descriptions

"RUN"

Action is performed

sender<>The name of the computer on which the macro was executed.
user_id<>The identifier of the user who executed the macro.


Operator format to describe actions with the macros is:

...

List of commands and parameters for the MACRO object is presented in the following table:

Commandcommand description

Parameters

Description

"RUN" – perform action

-

-

"SETUP" – set parameters for macro

name<>

Object name.

flags<>

Flags.

state<>

Object state.

hidden<>

«Hidden» flag.

local<>

 «Local» flag.

...


Properties of the MACRO object are shown in the table.

Properties of the MACRO object

Description of properties

ID<>

Object ID.

PARENT_ID<>

Parent object ID.

 


The MACRO object can be in the following states:

State of the MACRO object

Description

"NORM"

Normal.

...


Examples of using events and reaction of the MACRO object:

...