Suspended Property

Description

Returns a Boolean indicating the Microsoft Agent server operational state.

Syntax

agent.Suspended

Remarks

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.

See Also

Restart event, Shutdown event

--------------------------------------------------------