ITriggerProvider.TriggerIsPulled Property

TegoOS

ITriggerProviderTriggerIsPulled Property
True if main trigger is currently pulled. If more than one trigger is present the application must infer the state from the Trigger events.

Namespace: Tego.Devices
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
bool TriggerIsPulled { get; }
ReadOnly Property TriggerIsPulled As Boolean
	Get
property bool TriggerIsPulled {
	bool get ();
}
abstract TriggerIsPulled : bool with get

Property Value

Type: Boolean
See Also