The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

  NAME Some-Agent
  MNEMONIC foo
  WORKFLOW Null

  CHECK this.answer = 42

DESCRIPTION

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

AUTHOR

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

COPYRIGHT AND AUTHOR

Copyright 2005 Andrew Sterling Hanenkamp. All Rights Reserved.

FleetConf is distributed and licensed under the same terms as Perl itself.