The RecurringJobAdmin plugin does not support job expressions like x => x.ExecuteAsync() that return a task of type Task<TReturn>, which is useful for providing summary information on a job execution in the Dashboard.
I have created pull request #101 with a suggested fix for supporting such types.