Sun::Solaris::Task

Sun::Solaris::Task is a Perl interface to Tasks.
Download

Sun::Solaris::Task Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Sun::Solaris::Task team
  • Publisher web site:
  • http://search.cpan.org/~suncpan/Sun-Solaris-Task-1.2/pod/Task.pod

Sun::Solaris::Task Tags


Sun::Solaris::Task Description

Sun::Solaris::Task is a Perl interface to Tasks. Sun::Solaris::Task is a Perl interface to Tasks.SYNOPSIS use Sun::Solaris::Task qw(:ALL); my $taskid = gettaskid();This module provides wrappers for the gettaskid(2) and settaskid(2) system calls.ConstantsTASK_NORMAL, TASK_FINAL.Functionssettaskid($project, $flags)The $project parameter must be a valid project ID and the $flags parameter must be TASK_NORMAL or TASK_FINAL. The parameters are passed through directly to the underlying settaskid() system call. The new task ID is returned if the call succeeds. On failure -1 is returned.gettaskid()This function returns the numeric task ID of the calling process, or undef if the underlying gettaskid() system call is unsuccessful.ExportsBy default nothing is exported from this module. The following tags can be used to selectively import constants and functions defined in this module: :SYSCALLS settaskid() and gettaskid() :CONSTANTS TASK_NORMAL and TASK_FINAL :ALL :SYSCALLS and :CONSTANTS Requirements: · Perl


Sun::Solaris::Task Related Software