SysAbort
- Function
- August 22, 2025
Table of Contents
SysAbort
SysAbort
Description
Custom abort function that can be redirected for testing purposes. By default, this calls the standard abort() function. If a callback is set via SysSetAbortCallback, it calls the callback instead.
Success
Function does not return (either aborts or calls callback).
Failure
Function cannot fail.