function acquia_lift_batch_finish_and_start_campaign in Acquia Lift Connector 7.2
Batch API callback that also starts an agent after syncing items.
Parameters
$success: Whether or not the batch completed successfully.
$results: An array holding the results of each operation.
$operations: An array of unprocessed operations.
1 string reference to 'acquia_lift_batch_finish_and_start_campaign'
- acquia_lift_batch_sync_tests_for_agent in ./
acquia_lift.batch.inc - Batch syncs the nested tests for the specified agent.
File
- ./
acquia_lift.batch.inc, line 138 - acquia_lift.batch.inc
Code
function acquia_lift_batch_finish_and_start_campaign($success, $results, $operations, $elapsed_time) {
acquia_lift_batch_finished($success, $results, $operations, $elapsed_time, PERSONALIZE_STATUS_RUNNING);
}