NAME

XAS::Lib::Mixins::Process - A mixin for the XAS environment

SYNOPSIS

use XAS::Class
  debug   => 0,
  version => '0.01',
  base    => 'XAS::Base',
  mixin   => 'XAS::Lib::Mixins::Process'
;

DESCRIPTION

This mixin provides a way to check processes on the current system.

METHODS

proc_status($pid)

Returns the status of the process id.

$pid

The process id to check.

SEE ALSO

XAS

AUTHOR

Kevin L. Esteb, <kevin@kesteb.us>

COPYRIGHT AND LICENSE

Copyright (c) 2012-2015 Kevin L. Esteb

This is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0. For details, see the full text of the license at http://www.perlfoundation.org/artistic_license_2_0.