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.terminated

Syntax

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