customize CPGetTaskBubbleCnt<Object, MenuShowHistoryDirect> {
activity = expression {
Activity act = {
actchanges : 10,
acttext : "10 objects"
};
return act;
}
}
Activity[]
FSCVENVUI@1.1001:CPGetTaskBubbleCnt(
key ObjectClass
objclass,
key Menu
menuobject,
out retval Activity[]
activity)
Name |
Description |
objclass |
the object class of objects where to calculate the bubble
|
menuobject |
the menu object of the task where the bubble should appear
|
activity |
an activity (
Activity ) that contains the bubble information |
Additional Information