Universal Windows Service Class Library

Trigger.m_running Field

Flag if trigger is running or not.

protected bool m_running;

Remarks

Flag which shows execution state of trigger. If the flag is true the trigger is running and already works. Otherwise the trigger is stopped.

See Also

Trigger Class | uws.Triggers Namespace