Tintware Documentation : Tint Programming Language : Tint Reference : Ports and Processes : Process Ports : process.terminateSyntax#(%process.terminate) %process specifies the name of a process port. The process will be terminiated. This is not recommended; it should be only done as a last resort. Example#(tint.execute,tgrep,Tint,c:\) port-3 #(port-3.terminate) |