| Value |
Description |
| PATCH_STATUS_CREATE |
The first callback made when a patch or
package file is created. The file name is the name of the patch or package file. |
| PATCH_STATUS_OPEN |
This callback is made when the patch apply
process begins or a package is opened. The name of the file is the patch or package file. |
| PATCH_STATUS_CLOSE |
This callback is made when the patch or
package creation process has completed and the file is being closed. The file name is the
name of the patch or package file. |
| PATCH_STATUS_SEARCH |
This callback is made when a file could not
be found in the specified directory. The file name is set to the name of the file that is
being searched for. |
| PATCH_STATUS_FOUND |
This callback is made when the file being
searched for has been found. The file name is the name of the found file. |
| PATCH_STATUS_ANALYZE |
This callback is made during the process of
analyzing the old and new files to determine what changes must be made when updating the
file. The file name is set to the name of the new file. |
| PATCH_STATUS_MODIFY |
This callback is made when a file is being
updated on the local system. The file name is the name of the file being modified. |
| PATCH_STATUS_COMPRESS |
This callback is made during the process of
compressing data. The file name is set to the name of the file that is being compressed. |
| PATCH_STATUS_EXPAND |
This callback is made during the process of
expanding compressed data. The file name is set to the name of the file that is being
expanded. |
| PATCH_STATUS_REPLACE |
This callback is made before a local file is
replaced. The file name is set to the name of the file that will be replaced if the
operation continues. |
| PATCH_STATUS_REMOVE |
This callback is made before a local file is
removed. The file name is set to the name of the file that will be deleted if the
operation continues. |
| PATCH_STATUS_STORE |
This callback is made before a file is stored
on the local system. The file name is set to the name of the file being stored. |
| PATCH_STATUS_EXTRACT |
This callback is made before a file is
extracted from a package. The file name is set to the name of the file in the package that
is being extracted. |
| PATCH_STATUS_APPLY |
This callback is made before an update is
applied on the local system. The file name is set to the name of the file in the package
that is being applied. |
| PATCH_STATUS_REGISTER |
This callback is made before a component is
registered on the local system. The file name is set to the name of the component being
registered. |