ElectronMoveToApplicationsFolderOptions.conflictHandler method
ElectronMoveToApplicationsFolderOptions › conflictHandler
Unofficial
A handler for potential conflict in move failure.Signature:
conflictHandler(conflictType: "exists" | "existsAndRunning"): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| conflictType | "exists" | "existsAndRunning" | The type of conflict encountered. |
Returns: boolean — Whether the move should proceed with the default behavior.