PwmPin.IsStarted Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.