Universal Windows Service Class Library

Trigger.m_configured Field

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

protected bool m_configured;

Remarks

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

See Also

Trigger Class | uws.Triggers Namespace