Created
December 9, 2018 18:54
-
-
Save jorgecc/0581034df13eca03d8c493404e607f38 to your computer and use it in GitHub Desktop.
BuyMilk5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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