Example #1
0
        public async Task <IActionResult> GetJobs()
        {
            var result = await _schedulerCenter.GetJobListAsync();

            return(Ok(ResponseBody.From(result)));
        }