-
Notifications
You must be signed in to change notification settings - Fork 3
IsSucceeding
Yannic Hock edited this page Oct 11, 2021
·
5 revisions
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.
Contains Composite Base UI
: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";
] .