Skip to content

ElectronMoveToApplicationsFolderOptions.conflictHandler method

ElectronMoveToApplicationsFolderOptions › conflictHandler

Unofficial

A handler for potential conflict in move failure.

Signature:

conflictHandler(conflictType: "exists" | "existsAndRunning"): boolean

Parameters:

Parameter Type Description
conflictType "exists" | "existsAndRunning" The type of conflict encountered.

Returns: booleanWhether the move should proceed with the default behavior.