Question
Listening for Project State Events
Anyone know how to listen for state events on a project?
For example: If someone "Starts" the project then I would like to listen for that event and run some code.
I thought that maybe I can use ProjectEventType or even ProjectAuditEvent. But that doesn't seem to work.

