Batch open: Difference between revisions

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
Created page with '{{#vardefine:name|batch_open}} {{#vardefine:void|}} {{FunctionPage| name={{#var:name}}| function_category=Miscellaneous| function1={{Function| name={{#var:name}}| aggregate={{#…'
 
imported>Bale
m markup fix
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{#vardefine:name|batch_open}}
{{
{{#vardefine:void|}}
#vardefine:name|batch_open}}{{
#vardefine:return_type|void}}{{


{{FunctionPage|
FunctionPage|
name={{#var:name}}|
name={{#var:name}}|
function_category=Miscellaneous|


function1={{Function|
function1={{Function|
Line 13: Line 13:
}}|
}}|


function_description=Marks the start of a batch operation. For any meaningful results, it must eventually be followed by [[batch_close|batch_close()]] (see the preceding for information on using these two functions).|
function_description=Marks the start of a batch operation. For any meaningful results, it must eventually be followed by {{f|batch_close}} (see the preceding for information on using these two functions).|
 
needscode=yes|


see_also={{SeeAlso|batch_close}}|
see_also={{SeeAlso|batch_close}}|
}}
}}
[[Category:Miscellaneous Functions]]

Latest revision as of 08:54, 27 April 2011

needs(code_samples);

Function Syntax

void batch_open()

Marks the start of a batch operation. For any meaningful results, it must eventually be followed by batch_close() (see the preceding for information on using these two functions).

See Also

batch_close()