Skip to main content

End

The following table provides information regarding the 'End' SFCodeBlock.

CategoryProgramming
DescriptionEnd is used to terminate the execution of the analytic. This code block can only be used inside the Main code block, and the last code block of a sequence. If used outside of the Main code block, you receive the following error message:

End code block placement error message

InputNone
ParametersNone
Pattern SupportNone
ReturnsNone
ConfigurationNo configuration required.

End SFCodeBlock

Example: End SFCode Block usage

In this example, the execution of the analytic is aborted if the 'Case Checkin' code block fails.