End
The following table provides information regarding the 'End' SFCodeBlock.
| Category | Programming |
|---|---|
| Description | End 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 |
| Input | None |
| Parameters | None |
| Pattern Support | None |
| Returns | None |
| Configuration | No 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.