The current status of the component.
public bool Idle { get; }
Public ReadOnly Property Idle As Boolean
True
Idle will be False if the component is currently busy (communicating and/or waiting for an answer), and True at all other times.
This property is read-only.