Versions Compared

Key

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

...

Table of Contents

Overview

...

Open the Configuration Panel, select a Device and switch to the Tasks Tab.

Info

To make any changes you have unlock the Configuration Panel.

...

  1. Tasks Presets List: lists all available Tasks Presets for the currently selected EngineDevice. Use the plus Plus and minus Minus buttons at the bottom to add and remove Tasks Presets.

  2. Tasks Options:

    • Script execute: defines when a Script is being executed – either at the start or the end of a Recording. You can also define one Script for the start and another one for the end of a Recording.

    • Variables: allows you to choose from a set of predefined Variables which can be added to the script by pressing the

    Insert button.
    • Insert button

    : adds the Variable to the Script which you need to select in the Variables drop down menu
    • .

  3. Script Editor: allows you to edit the Script. Add

...

Use the marked buttons ("Plus/Minus") to add or remove (selected Task) for the selected Device.

...

  1. or paste the script content here.

Example Task

This exemplary Script moves the currently recorded file to the Desktop at the end of the Recording.

...

Info

Please beware that all available Tasks will be executed at the start or end of recording. So if you create more Tasks, then all of them will be executed at the given time.

...

Debug Task

If your Scripts should create any error, echo or info output it will be logged in the just:connect Channel Logs.:

Code Block
/var/log/justconnect

...