@kvaser/canking-api
Version:
CanKing API to communicate with the CanKing service using Node.js.
46 lines (23 loc) • 947 B
Markdown
[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md)
***
[Kvaser CanKing GUI Extensions SDK](../../modules.md) / [models](../README.md) / FileConflictAction
# Enumeration: FileConflictAction
Possible actions to use if a log file already exists with the same name.
## Enumeration Members
### FILE\_CONFLICT\_ACTION\_APPEND\_INDEX
> **FILE\_CONFLICT\_ACTION\_APPEND\_INDEX**: `2`
FILE_CONFLICT_ACTION_APPEND_INDEX - Append an index to the file name.
***
### FILE\_CONFLICT\_ACTION\_APPEND\_TIMESTAMP
> **FILE\_CONFLICT\_ACTION\_APPEND\_TIMESTAMP**: `3`
FILE_CONFLICT_ACTION_APPEND_TIMESTAMP - Append a timestamp to the file name.
***
### FILE\_CONFLICT\_ACTION\_OVERWRITE
> **FILE\_CONFLICT\_ACTION\_OVERWRITE**: `1`
FILE_CONFLICT_ACTION_OVERWRITE - Overwrite the existing file.
***
### FILE\_CONFLICT\_ACTION\_UNSPECIFIED
> **FILE\_CONFLICT\_ACTION\_UNSPECIFIED**: `0`
***
### UNRECOGNIZED
> **UNRECOGNIZED**: `-1`