Class PowerOffJobBoardsCommand
java.lang.Object
uk.ac.manchester.spinnaker.spalloc.messages.Command<Integer>
uk.ac.manchester.spinnaker.spalloc.messages.PowerOffJobBoardsCommand
public class PowerOffJobBoardsCommand extends Command<Integer>
Request to turn off the boards associated with a job.
- See Also:
- Spalloc Server documentation
-
Constructor Summary
Constructors Constructor Description PowerOffJobBoardsCommand(int jobId)
Create a request to turn off a job's allocated boards. -
Method Summary
-
Constructor Details
-
PowerOffJobBoardsCommand
public PowerOffJobBoardsCommand(int jobId)Create a request to turn off a job's allocated boards.- Parameters:
jobId
- The job to request about.
-