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.exit-code

Syntax

#(%process.exit-code)

%process specifies the name of a process port. If the process has exited, then the exit code will be returned. Otherwise, nothing will be returned.

Example

#(tint.execute,tgrep,***,.)
port-3
#(port-3.exit-code)
1