Uses of Class
org.cytoscape.jobs.CyJobStatus
Package
Description
This package provides a mechanism for executing remote jobs from within Cytoscape.
-
Uses of CyJobStatus in org.cytoscape.jobs
Modifier and TypeMethodDescriptionCancel a running job.Cancel the specified jobCyJobExecutionService.checkJobStatus
(CyJob job) Check on the status of a running job.CyJobExecutionService.executeJob
(CyJob job, String basePath, Map<String, Object> configuration, CyJobData inputData) Submit aCyJob
for remote execution.CyJobExecutionService.fetchResults
(CyJob job, CyJobData data) After aCyJob
status returnsCyJobStatus.Status.FINISHED
, this method is used to fetch the results from the job execution.Modifier and TypeMethodDescriptiondefault void
CyJobMonitor.jobStatusChanged
(CyJob job, CyJobStatus status) This method is called whenever the status of a job changes.