GetCatiOutcomeStatus

From Catglobe Wiki
Revision as of 10:57, 7 March 2011 by 127.0.0.1 (talk | contribs) (jrfconvert import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



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_FailureCati_ContactStatus_MeetingCati_ContactStatus_RetryCati_ContactStatus_BacklistCati_ContactStatus_NotContacted

Example

number status = getCatiOutcomeStatus();

if (status == Cati_ContactStatus_Success)

    print("Success.");

else

    print("Not success.");

Availability

Version 5.2