JwsContext.isFinished Method

Determines whether or not this conversation instance has finished through a call to the JwsContext.finishConversation() method.

Syntax

public boolean isFinished()

Parameters

None.

Return Value

true if the conversation has finished; false if it has not.

Exceptions

None.

Remarks

You can finish a conversation by calling the JwsContext.finishConversation() method on the conversation instance.

Related Topics

JwsContext.finishConversation() Method

JwsContext_onFinish

Managing Conversation Lifetime