kvision
Toggle table of contents
8.2.0
js
Platform filter
js
Switch theme
Search in API
kvision
kvision-electron
/
io.kvision.electron.nodejs
/
ProcessReport
Process
Report
external
interface
ProcessReport
(
source
)
Members
Properties
directory
Link copied to clipboard
abstract
var
directory
:
String
filename
Link copied to clipboard
abstract
var
filename
:
String
report
On
Fatal
Error
Link copied to clipboard
abstract
var
reportOnFatalError
:
Boolean
report
On
Signal
Link copied to clipboard
abstract
var
reportOnSignal
:
Boolean
report
On
Uncaught
Exception
Link copied to clipboard
abstract
var
reportOnUncaughtException
:
Boolean
signal
Link copied to clipboard
abstract
var
signal
:
String
Functions
get
Report
Link copied to clipboard
abstract
fun
getReport
(
err
:
Error
=
definedExternally
)
:
String
write
Report
Link copied to clipboard
abstract
fun
writeReport
(
error
:
Error
=
definedExternally
)
:
String
abstract
fun
writeReport
(
fileName
:
String
=
definedExternally
)
:
String
abstract
fun
writeReport
(
fileName
:
String
=
definedExternally
,
err
:
Error
=
definedExternally
)
:
String