Core Function PHandle
From Sputnik Wiki
(Difference between revisions)
(Created page with "<pre> PHandle( ) </pre> === Description === Get the process handle of this program. === Parameters === === Return Value === The PID of the this program. === Remarks === No...") |
m (1 revision) |
||
(2 intermediate revisions by one user not shown) | |||
Line 15: | Line 15: | ||
=== Remarks === | === Remarks === | ||
− | + | Success: The process handle of this program. | |
+ | |||
+ | Failure: @PTRZero | ||
=== Example === | === Example === |
Latest revision as of 12:37, 14 June 2015
PHandle( )
Contents |
Description
Get the process handle of this program.
Parameters
Return Value
The PID of the this program.
Remarks
Success: The process handle of this program.
Failure: @PTRZero
Example
my $PID = PHandle(); println( "The PID is $PID" );