BOOTSTRAP
stackConfiguration parameters
-
warpscript.bootstrap.path
-
warpscript.bootstrap.period
-
warpscript.mobius.bootstrap.path
-
warpscript.mobius.bootstrap.period
-
warpscript.runner.bootstrap.path
-
warpscript.runner.bootstrap.period
This function is executed systematically before the WarpScript stack is available for anything else. By default this function does nothing, it is equivalent
to NOOP
.
If bootstrap code was specified in the Warp 10 platform configuration, for either or all of egress
, mobius
or runner
, the BOOTSTRAP
function might
have been redefined and actual code could be executed.
This function is not meant to be used in user provided scripts.