Enable/Disable Automatic Time
Last updated
Last updated
Package Name: 'com.wizarpos.wizarviewagentassistant'
Class Name: 'com.wizarpos.wizarviewagentassistant.SystemExtApiService'
Ensure the 'wizarviewagentassistant' package is imported when using this interface.
Toggles the automatic time feature on or off based on the 'enable' boolean value.
Parameters | |
---|---|
Returns the current status (enabled/disabled) of the automatic time feature.
Returns | |
---|---|
Enable or disable the display of the automatic time feature in the GUI based on the 'enable' boolean value.
Retrieves the status (enabled/disabled) of the automatic time feature in the GUI.
Parameters | |
---|---|
Returns | |
---|---|
enable
for the auto time setting, a boolean value is used: true enables auto time, while false disables it.
boolean
a boolean representation of the result.
true if enable,
false if disable.
enable
for the auto time GUI setting, a boolean value is used: true enables auto time GUI, while false disables it.
boolean
a boolean representation of the result.
true if enable,
false if disable.