Class GetJobStateCommand
java.lang.Object
uk.ac.manchester.spinnaker.nmpi.machinemanager.commands.Command<Integer>
uk.ac.manchester.spinnaker.nmpi.machinemanager.commands.GetJobStateCommand
public class GetJobStateCommand extends Command<Integer>
Request the state of a job.
-
Constructor Summary
Constructors Constructor Description GetJobStateCommand(int jobId)
Create a request to get the state of a job. -
Method Summary
-
Constructor Details
-
GetJobStateCommand
public GetJobStateCommand(int jobId)Create a request to get the state of a job.- Parameters:
jobId
- The job to get the state of.
-