Soft Mode
Soft Mode
When published, by default, your triggers, logix and template files are run with soft mode turned off. This means that if they get an un-handled error (you can handle errors with the Try-Catch block), processing will halt.
While developing this is a little inconvenient so you have the option of Soft Mode
.
Turning on Soft Mode
will enable your run to continue processing after any errors are encountered.
In a Logix
By default Soft Mode
is turned on in Logix files. This is to minimise disruption from empty slot errors while creating functions.
In Templates
By default Soft Mode
is turned on in Template files. This is to minimise disruption from empty slot errors during preview updates while creating the template.