PwmPin.IsStarted Property

Definition

Gets the started state of the pin.

public:
 property bool IsStarted { bool get(); };
bool IsStarted();
public bool IsStarted { get; }
var boolean = pwmPin.isStarted;
Public ReadOnly Property IsStarted As Boolean

Property Value

Boolean

bool

True if the PWM has started on this pin, otherwise false.

Applies to