The listJobs()
function is executed on a project and lists all jobs available in this project.
Syntax and Example
Server server = MindsDB.connect();
List<Job> jobs = server.listJobs();
The listJobs()
function is executed on a project and lists all jobs available in this project.
Server server = MindsDB.connect();
List<Job> jobs = server.listJobs();