
FleetConf::Agent::Parser::Stmt::CHECK - CHECK command

NAME Some-Agent MNEMONIC foo WORKFLOW Null CHECK this.answer = 42

This plugin provides the CHECK command, which is used to verify that something is true during the check phase or err before the run phase if not.
The BNF for this command is:
agent_command +::= check_command check_command ::= "CHECK" boolean_expression EOL

Andrew Sterling Hanenkamp, <hanenkamp@users.sourceforge.net>

Copyright 2005 Andrew Sterling Hanenkamp. All Rights Reserved.
FleetConf is distributed and licensed under the same terms as Perl itself.