Tintware Documentation : Tint Programming Language : Tint Reference : Contexts : context.stateSyntax#(%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 |