MooseX::Daemonize::Pid - PID management for MooseX::Daemonize
Contents
Attributes
pidInt
Copyright And Licence
This software is copyright (c) 2007 by Chris Prather.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5
programming language system itself.
perl v5.30.0 2019-12-22 MooseX::Daemonize::Pid(3pm)
Description
This is a very basic Pid management object, it doesn't do all that much, and mostly just serves as a base
class for MooseX::Daemonize::Pid::File.
Methods
clear_pid
This will clear the value of the pid attribute. It is useful for making sure that the parent process
does not have a bad value stored in it.
has_pid
This is a predicate method to tell you if your pid attribute has been initialized yet.
is_running
This checks to see if the pid is running.
meta()
The "meta()" method from Class::MOP::Class
Name
MooseX::Daemonize::Pid - PID management for MooseX::Daemonize
Support
Bugs may be submitted through the RT bug tracker
<https://rt.cpan.org/Public/Dist/Display.html?Name=MooseX-Daemonize> (or bug-MooseX-Daemonize@rt.cpan.org
<mailto:bug-MooseX-Daemonize@rt.cpan.org>).
There is also a mailing list available for users of this distribution, at
<http://lists.perl.org/list/moose.html>.
There is also an irc channel available for users of this distribution, at "#moose" on "irc.perl.org"
<irc://irc.perl.org/#moose>.
Version
version 0.22
