Tintware Documentation : Tint Programming Language : Tint Reference : Ports and Processes : Process Ports : process.terminatedSyntax#(%process.terminated) %process specifies the name of a process port. Return a non-empty result if the process was terminated via %process.terminate. Example#(tint.execute,tgrep,-R,Tint,c:\) port-3 #(port-3.terminated) #(port-3.terminate) #(port-3.terminated) y |