[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Command ese

NAME

Command ese :: Engine Set Enabled

SYNOPSIS

ese BooleanValue

DESCRIPTION

The 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...

EXAMPLE

In this example, 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
$

ACCESS CONTROL

This function requires the `manage' privilege for the `engine' command family.

SEE ALSO



This document was generated by dom on September, 11 2005 using texi2html