Click or drag to resize
ShapeStatus Enumeration
Enum indicating selection status of AbstractShape on the server side, in other words, if our action is confirmed by server.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public enum ShapeStatus
Members
  Member nameValueDescription
Pending0 Response from server not received yet.
Confirmed1 Shape has been successfully sent to server and response has been received.
Error2 Server returned an error to our action.
See Also