BatchOperations Module
Batch command execution with automatic chunking and failure reporting.
Types
| Type | Description |
|
Aggregated result of a batch operation across all chunks. |
Functions and values
| Function or value |
Description
|
Full Usage:
batchAdd arg1 arg2
Parameters:
Session
arg1 : SimulationCommand list
Returns: BatchResult
A BatchResult summarizing how many commands succeeded and which failed.
|
Sends a list of simulation commands in batches of 100, logging any failures to the console.
Per-command failures are logged as
Example
val cmds: obj list
val i: int
Multiple items
val float: value: 'T -> float (requires member op_Explicit) -------------------- type float = System.Double -------------------- type float<'Measure> = float val result: obj
val printfn: format: Printf.TextWriterFormat<'T> -> 'T
|
PhysicsSandbox