company logo

Option :: isAutomatic - Check option value for automatic

The function checks, whether the option value is automatic or not. The function returns true , when the option value is defined as one of the following case insensitive string values:

automatic, auto, a, -1

When this is not the case or the option value has not been set, the function returns false .

Return value:  Success ( bool  )

The value is true when the function was executed successfully. Otherwise the value is set to false .

Implementation details

bool Option  :: isAutomatic (  )