Toggle menu
868
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 08:26, 28 December 2011 by Cg_pham (talk | contribs)



getCatiOutcomeStatus

Gets the system outcome-status of the last CATI-contacts.

Syntax

getCatiOutcomeStatus()

Arguments

None

Return type

number. There are enumerations defined for the statuses:

Cati_ContactStatus_Success

Cati_ContactStatus_Failure

Cati_ContactStatus_Meeting

Cati_ContactStatus_Retry

Cati_ContactStatus_Backlist

Cati_ContactStatus_NotContacted

Example

number status = getCatiOutcomeStatus();

if (status == Cati_ContactStatus_Success)

    print("Success.");

else

    print("Not success.");

Availability

Version 5.2