mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Process running state
This commit is contained in:
parent
b22ac36b40
commit
e2aecba435
1 changed files with 2 additions and 1 deletions
|
|
@ -135,7 +135,8 @@ end;
|
|||
|
||||
procedure TExProcess.Stop;
|
||||
begin
|
||||
FStop:= (not FProcess.Running) or (FProcess.Terminate(-1));
|
||||
FStop:= True;
|
||||
FProcess.Terminate(-1);
|
||||
end;
|
||||
|
||||
procedure TExProcess.SetCmdLine(CommandLine: String);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue