function acquia_lift_batch_finish_and_schedule_campaign in Acquia Lift Connector 7.2
Batch API callback that also schedules 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_schedule_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 152 - acquia_lift.batch.inc
Code
function acquia_lift_batch_finish_and_schedule_campaign($success, $results, $operations, $elapsed_time) {
acquia_lift_batch_finished($success, $results, $operations, $elapsed_time, PERSONALIZE_STATUS_SCHEDULED);
}