Module try.core


module try.core
Requires modules: core

Used for consequentially executing a set of Functions.

The functions are guaranteed to be called.

Even if an error occurs when calling a Function, the next function will be tried, disregarding the error.

Defined in o2.try.core.js

Class Summary

Used for consequentially executing a set of Functions.

The functions are guaranteed to be called.

Even if an error occurs when calling a Function, the next Function will be tried, disregarding the error.