NAME
Workflow::Condition::Result - Base class for condition results isTrue and isFalse
VERSION
This documentation describes version 2.02 of this package
SYNOPSIS
package Workflow::Condition::IsFalse;
use parent qw(Workflow::Condition::Result);
DESCRIPTION
Base class for condition results Workflow::Condition::IsTrue and Workflow::Condition::IsFalse.
METHODS
Class Methods
to_string
Returns the message of the result object or the string '<no message>' if no message is set.
SEE ALSO
COPYRIGHT
Copyright (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
AUTHORS
Please see Workflow