fixed redirecting bug
the file has been deleted before the print was executed. implemented a delay of 1000 ms
This commit is contained in:
parent
ed90d68fab
commit
ad542ad222
3 changed files with 2 additions and 5 deletions
|
|
@ -5,8 +5,6 @@ using AmagnoVirtualPrinter.Agent.Core.Interfaces;
|
|||
using AmagnoVirtualPrinter.Agent.Core.Model;
|
||||
using JetBrains.Annotations;
|
||||
|
||||
using AmagnoVirtualPrinter.Agent.Core;
|
||||
|
||||
namespace AmagnoVirtualPrinter.Agent.Lib.Misc
|
||||
{
|
||||
public class JobService : IJobService
|
||||
|
|
@ -99,6 +97,7 @@ namespace AmagnoVirtualPrinter.Agent.Lib.Misc
|
|||
public void Finish(IJob job)
|
||||
{
|
||||
var userConfig = _registryRepository.GetUserRegistryConfig(job.SessionInfo.Sid);
|
||||
|
||||
WriteJobFinishIni(job.IniDataPath, userConfig);
|
||||
|
||||
var iniFile = Path.GetFullPath(job.IniDataPath);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue