CommandCaller
CommandCaller
Module that loads commands and executes them.
- DIRAC.ResourceStatusSystem.Command.CommandCaller.commandInvocation(commandTuple, pArgs=None, decisionParams=None, clients=None)
Returns a command object, given commandTuple
- Params:
commandTuple: a tuple, where commandTuple[0] is a module name and commandTuple[1] is a class name (inside the module)