AlwaysActivePolicy
AlwaysActivePolicy module
- class DIRAC.ResourceStatusSystem.Policy.AlwaysActivePolicy.AlwaysActivePolicy
Bases:
PolicyBase
The AlwaysActivePolicy is a dummy module that can be used as example, it always returns Active status.
- __init__()
Constructor
- evaluate()
Before use, call setCommand.
Invoking super(PolicyCLASS, self).evaluate will invoke the command (if necessary) as it is provided and returns the results.
- setCommand(policyCommand)
Set self.command.
- Params:
commandIn
: a command object