[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
ese BooleanValue
ese
command is used to enable or disable the daemon engine.
The parameter is a boolean value.
For `dio87d', the day managment is suspended : no jobs are submited, task conditions are not evaluated...
ese
is used to enable daemon engine. ei
is used to print engine informations before and after change. You can
see that engine is enabled (`'Enabled: True'').
$ dio87c ei Enabled: False Ref to plan: None $ $ dio87c ese true $ $ dio87c ei Enabled: True Ref to plan: None $ |