Batch open: Difference between revisions

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
mNo edit summary
imported>StDoodle
mNo edit summary
Line 1: Line 1:
{{#vardefine:name|batch_open}}
{{
{{#vardefine:return_type|void}}
#vardefine:name|batch_open}}{{
#vardefine:return_type|void}}{{


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

Revision as of 21:37, 8 March 2010

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()