|
| Type | Description | ||
| Boolean | Boolean value that determines if profile is enabled and can be used, or not. |
Enabled is a property that defines if profile can be used or not. wodBeep will try to take care of this for you - and will try to set these values for you (but you need to store them locally). For example, when initiator connects to the listener, it will enumerate local and remote profiles, and will set Enable = True only for ones that have corresponding profile on the remote side. However, you can disable profiles by yourself if you need to. You might want specific (tuning?) profiles to be executed only once - so you set internally Enabled = False after it was used first time. wodBeep will always check for this property before it tries to use the profile.
|