is_project_locked# ansys.aedt.core.generic.file_utils.is_project_locked(input_file: str | Path) → bool# Check if the AEDT project lock file exists. Parameters: input_filestr or pathlib.PathPath for the AEDT project. Returns: boolTrue when successful, False when failed.