Versions Compared

Key

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

In this page:

Table of Contents

Setting Status

...

for a Task

If you need want to set status of for a task, you need to change the variable varTaskStatus

There are all possible values for the variable List of valid values for varTaskStatus:

  1. enumStatusSUCCESS;
  2. enumStatusFAILED;
  3. enumStatusNODATA.

To change the value of the varTaskStatus variable varTaskStatus , drop the Code shape from left panel in-group ADVANCED to the ADVANCED group in left panel onto the workspace.

Click to the Code shape and fill fx input on the top of the workspace as :varTaskStatus: := :enumStatusSUCCESS:

...