RepairOptions enum | QSYS API Reference Guide
Specifies the options for a repair operation.
Namespace: ASNA.DataGate.Common
Assembly: ASNA.QSys.DataGate.Client.dll
Enum Values
Name | Description | Value |
---|---|---|
ForceRebuild | Specifies that the repair operation should force a rebuild. | 4 |
KeepFile | Specifies that the file should be kept after the repair operation. | 2 |
None | Specifies no options. | 0 |
Verbose | Specifies that the repair operation should be verbose. | 1 |