Universal Windows Service Class Library

Monitor.m_configured Field

Flag if configuration of the monitor is already done or not.

protected bool m_configured;

Remarks

Flag which shows configuration state of monitor. If the flag is true the monitor is ready for work. Otherwise the monitor could not work because no valid actions or something else is given.

See Also

Monitor Class | uws.Monitors Namespace