Skip to content

Instantly share code, notes, and snippets.

@jorgecc
Created December 9, 2018 18:54
Show Gist options
  • Save jorgecc/0581034df13eca03d8c493404e607f38 to your computer and use it in GitHub Desktop.
Save jorgecc/0581034df13eca03d8c493404e607f38 to your computer and use it in GitHub Desktop.
BuyMilk5
<?php
$msg=$smachine->fetchUI(); // we show a visual id (it is optional and it's only for debug purpose)
$smachine->checkAllJobs(); // we check every (active,pause,continue) job available.
$smachine->viewUI(null,$msg); // null means it takes the current job
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment