|
NAMEWorkflow::Condition::Result - Base class for condition results isTrue and isFalse VERSIONThis documentation describes version 2.05 of this package SYNOPSIS package Workflow::Condition::IsFalse;
use parent qw(Workflow::Condition::Result);
DESCRIPTIONBase class for condition results Workflow::Condition::IsTrue and Workflow::Condition::IsFalse. METHODSClass Methodsto_string Returns the message of the result object or the string '<no message>' if no message is set. SEE ALSO
COPYRIGHTCopyright (c) 2004-2024 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Please see the LICENSE AUTHORSPlease see Workflow
|