개정판 03960fa5
downloadmanager Test App 추가
Change-Id: Ic1923832e671d31305a10dc1003470637157368c
KCOM/Extensions/DownloadProcess.cs | ||
---|---|---|
1 |
using Salaros.Configuration; |
|
2 |
using System; |
|
1 |
using System; |
|
3 | 2 |
using System.Collections.Generic; |
4 | 3 |
using System.Diagnostics; |
5 | 4 |
using System.Globalization; |
... | ... | |
87 | 86 |
return result; |
88 | 87 |
} |
89 | 88 |
|
90 |
public static bool ProcessMonitor(bool isDebug,string thumbnailFolder) |
|
89 |
public static bool ProcessMonitor(bool isDebug,string thumbnailFolder,string tempFolder,string tempFile)
|
|
91 | 90 |
{ |
92 | 91 |
bool result = false; |
93 | 92 |
|
... | ... | |
103 | 102 |
CreateNoWindow = true, |
104 | 103 |
ErrorDialog = false, |
105 | 104 |
RedirectStandardError = false, |
106 |
Arguments = $"{IIpc.ProcessTypeDefine.DEFINE_MONITOR} {isDebug} {Process.GetCurrentProcess().Id} {string.Join(" ",processId)} {thumbnailFolder} {App.PageStorage.LocalStorage} {Common.ViewerDataModel.Instance.OriginalTempFile}"
|
|
105 |
Arguments = $"{IIpc.ProcessTypeDefine.DEFINE_MONITOR} {isDebug} {Process.GetCurrentProcess().Id} {string.Join(" ",processId)} {thumbnailFolder} {tempFolder} {tempFile}"
|
|
107 | 106 |
}; |
108 | 107 |
|
109 | 108 |
DownloadProcess.StartInfo = startInfo; |
내보내기 Unified diff