Z4SightTimerTriggerOverlap

Description

Sets how to deal with a new trigger that occurs while the associated timer has not yet expired (both its delay and duration)..

namespace Z4SightTimerTriggerOverlap
{
	enum Type
	{
		Latch,
		Off,
		Reset
	};
}