Wait for a single activity to complete, and display the log continuously.
public static waitAndLog ( Platformsh\Client\Model\Activity $activity, Symfony\Component\Console\Output\OutputInterface $output, string $success = null, string $failure = null ) : boolean | ||
$activity | Platformsh\Client\Model\Activity | |
$output | Symfony\Component\Console\Output\OutputInterface | |
$success | string | |
$failure | string | |
Результат | boolean | True if the activity succeeded, false otherwise. |