MotorDurationLapsed Property

Returns true if a previously set duration for driving the motor has lapsed. Returns false otherwise. See DriveForDuration(Single, Single).

Definition

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

Property Value

Boolean

See Also