Universal Windows Service Class Library

Trigger.m_paused Field

Flag if trigger is paused or not.

protected bool m_paused;

Remarks

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

See Also

Trigger Class | uws.Triggers Namespace