What is %Projection.Monitor ?
Hi everyone,
I have been reading up a bit on projection. I found a reference made to %Projection.Monitor on this page.
However, I cannot find any further information on %Projeciton.Monitor. What is it? How does it work? How do you use it? What value does it add?
Thank you.
Just open the class and see, what it does.
Because the class extends %Projection.AbstractProjection, you could use it in one of your own classes:
Class your.class Extends %Persistent
{
Projection Test As %Projection.Monitor(MONENABLED=1);
}
But don't ask me, what the class does or should do...