GET PROC STATUS: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
 
Line 10: Line 10:
===Example===
===Example===
:GET_PROC_STATUS 3, h1
:GET_PROC_STATUS 3, h1
:For an example macro see [[Process_Data]]


[[Category:Procs]]
[[Category:Procs]]

Latest revision as of 21:06, 13 August 2010

Up

Command

GET_PROC_STATUS <process number>, <status>


Get the staus of a process tile.

Parameters

<process number>
Process number.
<status>
0=empty, 1=complete, -1=incomplete

Example

GET_PROC_STATUS 3, h1
For an example macro see Process_Data