Online documentation, manuals and tutorials
< All Topics
Print

PythonEnd

Description

Stops a running python script.

Properties

Specific

Handle

EXPRESSION (integer)

The handle obtained during the execution of PythonRun actions, and is used to determine which script we want to stop, since multiple scripts can be executed.

Inputs

seqin

SEQ | OPTIONAL

A standard sequence input.

handle

DATA(integer) | MANDATORY

The handle can also be passed through this input. If the handle is obtained in some other way, e.g. from a variable via the Handle property, then this input can be removed in the “Flow – Inputs” section.

Outputs

seqout

SEQ | OPTIONAL

A standard sequence output.

Page content