Do you mean recognized by the CheckEvent condition task?
If so, the CheckEvent can currently, only work with delegate types of “System.Action”, while the CheckEvent, with delegate types of “System.Action”, like so: public static event System.Action<bool> onFireEvent;
For your information, I am already looking at correctly supporting any delegate type instead of only System.Action by the way.