enableWatchMonitoring property
bool
get
enableWatchMonitoring
Whether to enable performance monitoring for all LxWorker instances.
Implementation
static bool get enableWatchMonitoring => Lx.enableWatchMonitoring;
set
enableWatchMonitoring
(bool value)
Implementation
static set enableWatchMonitoring(bool value) {
Lx.enableWatchMonitoring = value;
}