Search
InteractionState.IsCompleting Method
See Also
 





Returns whether the interaction has been completed successfully.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool IsCompleting ()

Visual Basic  Copy Code

Public Function IsCompleting () As Boolean

 Return Value

true if the interaction has been completed successfully; otherwise, false.

 See Also