
HAPTER
CHAPTER 12:
D
ECODER
P
RIMITIVES
Abort()
Abort()
Parameter Meaning Default Value Comments
N/A
Return value
An integer that should be passed back to the application unchanged.
Comments
Called when an input context renders the currently pending transaction done, but is
not itself a member of that transaction. An example would be an input transaction
that represents some sort of reset condition that renders all pending transactions
invalid. The input transaction is not consumed by this action and will go on to be
considered for other pending transactions.
Example
if ( IsReset )
return Abort();
AddCell()
AddCell(<name string>, <value string>, <description
string or null>, <color integer or list>,
<additional_info any>)
Parameter Meaning Default Value Comments
name string Displays in the name field of the cell.
value string Displays in the value field of the cell.
description string or null Displays in tool tip.
color integer or list If not speci-
fied, a default
color is used
Color can be specified as either a packed color
value in an integer, or as an array of RGB values
ranging from 0-255. Displays in the name field
of the cell.
Comentários a estes Manuais