Difference between revisions of "GetCatiOutcomeStatus"
Cg huyphong (talk | contribs) |
|||
Line 3: | Line 3: | ||
==== getCatiOutcomeStatus ==== | ==== getCatiOutcomeStatus ==== | ||
− | Gets the system outcome-status of the last CATI-contacts | + | Gets the system outcome-status of the last CATI-contacts of the resource project questionnaire context |
'''Syntax''' | '''Syntax''' | ||
Line 17: | Line 17: | ||
number. There are enumerations defined for the statuses: | number. There are enumerations defined for the statuses: | ||
− | Cati_ContactStatus_Success | + | Cati_ContactStatus_Success (value : 1) |
− | Cati_ContactStatus_Failure | + | Cati_ContactStatus_Failure (value : 2) |
− | Cati_ContactStatus_Meeting | + | Cati_ContactStatus_Meeting (value : 3) |
− | Cati_ContactStatus_Retry | + | Cati_ContactStatus_Retry (value : 4) |
− | Cati_ContactStatus_Backlist | + | Cati_ContactStatus_Backlist (value : 5) |
− | Cati_ContactStatus_NotContacted | + | Cati_ContactStatus_NotContacted (value : 0) |
'''Example''' | '''Example''' |
Latest revision as of 10:02, 28 December 2011
getCatiOutcomeStatus
Gets the system outcome-status of the last CATI-contacts of the resource project questionnaire context
Syntax
getCatiOutcomeStatus()
Arguments
None
Return type
number. There are enumerations defined for the statuses:
Cati_ContactStatus_Success (value : 1)
Cati_ContactStatus_Failure (value : 2)
Cati_ContactStatus_Meeting (value : 3)
Cati_ContactStatus_Retry (value : 4)
Cati_ContactStatus_Backlist (value : 5)
Cati_ContactStatus_NotContacted (value : 0)
Example
number status = getCatiOutcomeStatus();
if (status == Cati_ContactStatus_Success)
print("Success.");
else
print("Not success.");
Availability
Version 5.2