Property | Type | Description | |
---|---|---|---|
$daemonFolder | subfolder in console/controllers |
Property | Type | Description | |
---|---|---|---|
$firstIteration | flag for first iteration |
Method | Description | |
---|---|---|
init ( ) | Prevent double start | |
isProcessRunning ( $pid ) : boolean |
Method | Description | |
---|---|---|
defineJobs ( ) : array | ||
doJob ( $job ) : boolean | Job processing body | |
getDaemonsList ( ) : array | Daemons for check. Better way - get it from database [ ['daemon' => 'one-daemon', 'enabled' => true] . |
abstract protected getDaemonsList ( ) : array | ||
return | array |