ExitOnFirstFatalError (NotesDxlExporter - JavaScript™)
Read-write. Indicates that processing should terminate if any fatal error is encountered.
Defined in
NotesDxlExporterSyntax
getExitOnFirstFatalError()
: boolean
setExitOnFirstFatalError(flag:boolean)
: void
Legal value | Description |
---|---|
true |
(default) to terminate processing false to continue processing after a fatal processing error |