Returns a Boolean indicating the Microsoft Agent server operational state.
agent.Suspended
The Suspended property returns False when the server is in its normal running state. When the property returns True, the server is in its "suspended" state, which indicates that the user shut down the server and implies that no character interaction is desired. Client applications can only read this property, but you can display your own message box suggesting how to restart the server.
Restart event, Shutdown event
--------------------------------------------------------