Future State (Condition) — skLambda
Addon: skLambda · Category: Condition · Since: 1.3.0
Syntax
%future% is (done|complete[d]|resolved)Description
Checks whether a future is done (resolved), still pending, or failed.
Examples
if {_f} is done:
send "result: %result of {_f}%"