psycik Posted November 5, 2019 Posted November 5, 2019 Are there any events a plugin can attach to to receive notification from PCMonitor? Ie probably anything able to be notified to IOS, able to be caught by a plugin, for running an internal notifcation, or action? Ie I'd like, for example to receive a System up notification (which I do), but I'd like to also tell an internal system that this system is up. So I'd need a plugin to be able to be mirror a notification and do something with it.
Administrators Paul Posted November 6, 2019 Administrators Posted November 6, 2019 At this moment this is not possible however for your example you can simply hook into the PluginLoaded method that gets called as soon as the service starts. This would be an equivalent of receiving the notification. -Paul
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now