Partial export processing
This commit is contained in:
@@ -99,6 +99,9 @@ exports.IPC_Download_File = 'download_file';
|
||||
exports.IPC_Download_File_Complete = 'download_file_complete';
|
||||
exports.IPC_Download_File_Progress = 'download_file_progress';
|
||||
|
||||
exports.IPC_Export_Skylinks = 'export_skylinks';
|
||||
exports.IPC_Export_Skylinks_Reply = 'export_skylinks_reply';
|
||||
|
||||
exports.IPC_Extract_Release = 'extract_release';
|
||||
exports.IPC_Extract_Release_Complete = 'extract_release_complete';
|
||||
|
||||
@@ -114,6 +117,9 @@ exports.IPC_Get_Platform_Reply = 'get_platform_reply';
|
||||
exports.IPC_Get_State = 'get_state';
|
||||
exports.IPC_Get_State_Reply = 'get_state_reply';
|
||||
|
||||
exports.IPC_Grab_Skynet_Tree = 'grab_skynet_tree';
|
||||
exports.IPC_Grab_Skynet_Tree_Reply = 'grab_skynet_tree_reply';
|
||||
|
||||
exports.IPC_Import_Skylinks = 'import_skylinks';
|
||||
exports.IPC_Import_Skylinks_Reply = 'import_skylinks_reply';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user