Back to Index

ton wrapper with explicit output variable.

Signature

TON_B(tonId, cond, ms, &q);

Example

TON_B("ready", in(1), 2000, q);
if (q) { out(1)=1; }