continueOnError property
getter/setter pair
If set to true
, then errors will be printed without causing an immediate
exception halting execution.
Implementation
static bool continueOnError = false;
If set to true
, then errors will be printed without causing an immediate
exception halting execution.
static bool continueOnError = false;