Class GetJobStateCommand

java.lang.Object
uk.ac.manchester.spinnaker.spalloc.messages.Command<Integer>
uk.ac.manchester.spinnaker.spalloc.messages.GetJobStateCommand

public class GetJobStateCommand
extends Command<Integer>
Request the state of a job.
See Also:
Spalloc Server documentation, The basic result type associated with the request
  • 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.