Difference between revisions of "GetCatiOutcomeStatus"
(jrfconvert import) |
|||
Line 1: | Line 1: | ||
− | [[Category: | + | [[Category:Questionnaire_Functions]] |
| | ||
Revision as of 08:17, 22 March 2011
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