Exit

<< Click to Display Table of Contents >>

Navigation:  Actions > Loops and Flows >

Exit

This action makes an immediate exit from the current task. The action allows to raise an error if it's necessary.

 

Exit

 

Just finish the task

Exit from the task. This is default option.

 

Exit with error

If you need to raise an error choose this option. Sometimes this is useful.

In this case the task will be closed with specified error. You can set the error code and error message.

 

note Related Topics

File Loop

Text Loop

Dataset Loop

Simple Loop

While loop

Process Loop

End Loop

Break

Continue

If Then

Else

End If

ElseIf Then

GoTo