TASK_$GET_HANDLE Domain/OS TASK_$GET_HANDLE
NAME
task_$get_handle - return the task handle
SYNOPSIS (C)
#include <apollo/base.h>
#include <apollo/task.h>
task_$handle_t task_$get_handle();
SYNOPSIS (Pascal)
%include '/sys/ins/base.ins.pas';
%include '/sys/ins/task.ins.pas';
function task_$get_handle: task_$handle_t;
DESCRIPTION
Task_$get_handle returns the task handle of the calling task.
SEE ALSO
task_$create.