Table of Contents

Actions

An Actionaz script is made of actions that are sequentially executed.

Every action has:

You can specify a pause before and after the execution of the action, so as a maximum execution duration.

Line number/Label

The line number or the label allows you to specify the targeted script line of a position change. (goto)

A label allows you to set a fixed position in the script as the line number can vary.

To define a label, double-click on the left part of the action line. Entering no text removes the label. Even if a label exists it is still possible to use the line number to identify an action.

Parameter list

Input parameters

Input parameters (purple background) can be of different types and can also be empty. In that case the default value will be used.

Output parameters

Output parameters (yellow background) allows you to retrieve data after the action has been executed. This data is stored into a variable whose name is the value of the output parameter field.

Common parameters

Some parameters are common to every action:

Exceptions

Exceptions are events that can be triggered during the execution of an action.

Most of the time these are the result of an error in the action parameters. An exception is also thrown if the maximal execution time of an action is exceeded.

Depending on the parameters chosen, an exception can interrupt the script execution, skip the current action or jump to another script line.

Comment

It is also possible to enter a comment to help identifying what an action does.

Color

Each action can also have a background color. This can help visually identifying a group of actions. Select one or more actions and choose "Action color" → "Set action color" or press Ctrl+E to set the background color.

Action list

These are the official actions of Actionaz 3.

Windows

Actions of this category act upon the windowing system of the operating system.

Devices

These actions act upon computer devices.

System

These actions act directly on the operating system.

Internal

The following actions act upon the script execution.

Data

These actions act upon data.

Procedures

These actions allows the creation and use of procedures.


Go back to homepage

Other languages for this page : (fr)