Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Programming Language : Tint Reference : Ports and Processes : Process Ports : process.terminate

Syntax

#(%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)