Skip to content

IsSucceeding

Yannic Hock edited this page Oct 11, 2021 · 5 revisions

General

Is true is wrapped Task is currently succeeding and false if otherwise.

Further explanation on this Decorator can be found in the Ajan-Service Documentation.

UI

Contains Composite Base UI

Node Definition

:IsSucceeding nd:class nd:Decorator;
    nd:name "IsSucceeding";
    nd:labelType nd:Fixed;
    rdfs:label "\u2713";
    nd:type bt:IsSucceeding;
    nd:style [
        a nd:styleDef;
        nd:color "#ede8ff";
        nd:labelColor "#00BF00";
        nd:shape nd:Diamond;
        nd:padding "600%";
        nd:paddingTo "width";
    ] .
Clone this wiki locally