SwitchDurationLapsed Property

Returns true if a previously set duration in seconds for the output has lapsed. Returns false otherwise. See OnForDuration(Single).

Definition

Namespace: RoboTx.Api
Assembly: RoboTx.Api (in RoboTx.Api.dll) Version: 2.0.0
C#
public bool DurationLapsed { get; }

Property Value

Boolean

See Also