function lingotek_drush_push_complete in Lingotek Translation 7.7
Implements callback_batch_finished()
1 string reference to 'lingotek_drush_push_complete'
- drush_lingotek_push in ./
lingotek.drush.inc - Callback function for drush command batch upload translatable content
File
- ./
lingotek.drush.inc, line 199 - Drush command file
Code
function lingotek_drush_push_complete($success, $results, $operations) {
if ($success) {
drush_log(dt('Push to Lingotek TMS is complete.'), 'ok');
}
}