Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Everything needed for showing the error dialog / reacting on input. More...
Properties | |
bool | RetryLastAction = false [get, set] |
Will be set by the error dialog if "ask user" was configured and the user picked the "Retry" option. | |
string | Error [get, set] |
A description of the problem that is shown to the user. | |
ErrorType | ErrorType [get, set] |
Try to classify your error. This will in most cases be left at "Other". | |
Everything needed for showing the error dialog / reacting on input.
If there are other options that make sense for your device, please let us know. Currently there's only the alternatives retry/abort
Definition at line 322 of file DeviceInterfaces.cs.
|
getset |
A description of the problem that is shown to the user.
Definition at line 332 of file DeviceInterfaces.cs.
|
getset |
Try to classify your error. This will in most cases be left at "Other".
Definition at line 337 of file DeviceInterfaces.cs.
|
getset |
Will be set by the error dialog if "ask user" was configured and the user picked the "Retry" option.
Definition at line 327 of file DeviceInterfaces.cs.