Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Programming Language : Tint Reference : Contexts : context.state

Syntax

#(%context.state)

%context is the name of a context, typically obtained from #(tint.context).

This call will return the state of a context; this can be running or what the context is waiting upon.

Syntax

#(#(tint.context).state)
running
#(context-2.state)
lrpc-request-wait