Status Event

Fired during connection or disconnection attempts.

Syntax

netdial.on('Status', [callback])

Callback

The 'callback' is called when the 'Status' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.operation
e.statusCode
e.operationDescription
e.statusDescription

Remarks

The Operation parameter indicates the operation currently in progress.

The StatusCode shows the status of the operation.

The OperationDescription and StatusDescription parameters are the corresponding descriptions.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Node.js Edition - Version 20.0 [Build 8307]