Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following notifications are used with file queues. For more information about the format and use of notifications, see Notifications.
Notification | Description |
---|---|
SPFILENOTIFY_COPYERROR | An error occurred during a file copying operation. |
SPFILENOTIFY_DELETEERROR | An error occurred during a file deletion operation. |
SPFILENOTIFY_ENDCOPY | A file copying operation has ended. |
SPFILENOTIFY_ENDDELETE | A file deletion operation has ended. |
SPFILENOTIFY_ENDQUEUE | The queue has finished committing. |
SPFILENOTIFY_ENDRENAME | A file rename operation has ended. |
SPFILENOTIFY_ENDSUBQUEUE | A subqueue (either copy, rename or delete) has ended. |
SPFILENOTIFY_FILEOPDELAYED | The file was in use, and the current operation has been delayed until the system is rebooted. |
SPFILENOTIFY_LANGMISMATCH | The language of the current operation does not match the system language. |
SPFILENOTIFY_NEEDMEDIA | New source media is needed. |
SPFILENOTIFY_QUEUESCAN | A node in the file queue has been scanned. ( SetupScanFileQueue only) |
SPFILENOTIFY_RENAMEERROR | An error occurred during a file renaming operation. |
SPFILENOTIFY_STARTCOPY | A file copy operation has started. |
SPFILENOTIFY_STARTDELETE | A file delete operation has started. |
SPFILENOTIFY_STARTQUEUE | The queue has started to commit. |
SPFILENOTIFY_STARTRENAME | A file rename operation has started. |
SPFILENOTIFY_STARTSUBQUEUE | A subqueue (either copy, rename or delete) has started. |
SPFILENOTIFY_TARGETEXISTS | A copy of the specified file already exists on the target. |
SPFILENOTIFY_TARGETNEWER | A newer version of the specified file exists on the target. |