Difference between revisions of "Batch open"

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
m
imported>Bale
m
Line 5: Line 5:
 
FunctionPage|
 
FunctionPage|
 
name={{#var:name}}|
 
name={{#var:name}}|
function_category=Miscellaneous|
 
  
 
function1={{Function|
 
function1={{Function|
Line 18: Line 17:
 
see_also={{SeeAlso|batch_close}}|
 
see_also={{SeeAlso|batch_close}}|
 
}}
 
}}
 +
 +
[[Category:Miscellaneous Functions]]

Revision as of 05:31, 22 May 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()