Knowledgebase: > Properties
ChatStatus
Posted by Mohammad Rahhal, Last modified by Diana Alkouni on 09 September 2020 09:58 AM

Syntax

 Readonly Property ChatStatus As Boolean

Description

Used to know if the chatting is On or Off at the moment.

Parameters

No parameters.

Return value 

Returns true if the chat status is on , otherwise it will return false. 

Sample

 Public WithEvents BOAPI As CVertexFXBOAPI

Private Sub ChatStatus_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ChatStatus.Click

    Dim Status As Boolean

    Status = BOAPI.ChatStatus 

    Msgbox(Status)

 End Sub

See Also


VertexFX Backoffice API Index

(0 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).

Help Desk Software by Hybrid Solutions