Hotfix runInForeground method not chain-able
Made "runInForeground" chainable (#9) The docs show runInForeground being chained with the following function being "every", however this fails as it does not return the instance of the Job class being used. added "return $this" to method