NAME

Win32::Process::Critical - Prevent interrupting by setting it as a Critical process

SYNOPSIS

use Win32::Process::Critical;
Critic(1);			#Set Current Process is Critical
#do something you don't want people to interupt but DO NOT LET THIS PROGRAM DIE until shutdown.

DESCRIPTION

WARNINGS! IF THE PROCESS IS SET AS CRITICAL PROCESS, DO NOT TERMINATE IT OR LET IT DIE.

If your process is important that you do not want user to interrupt it, you can set it as a critical process.

SEE ALSO

AUTHOR

Baggio, Kwok Lok Chung mailto:rootkwok@cpan.org

COPYRIGHT AND LICENSE

Copyright (C) 2009 by Baggio, Kwok Lok Chung

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.