Universal Windows Service Class Library

Monitor.m_paused Field

Flag if monitor is paused or not.

protected bool m_paused;

Remarks

Flag which shows execution state of monitor. If the flag is true the monitor is running but paused and does not work. Otherwise the monitor is not paused and normally working or stopped.

See Also

Monitor Class | uws.Monitors Namespace