STMTSTATUS_VM_STEP top-level constant
          
          int
          const STMTSTATUS_VM_STEP
          
        
        
This is the number of virtual machine operations executed by the prepared statement if that number is less than or equal to 2147483647.
The number of virtual machine operations can be used as a proxy for the total work done by the prepared statement. If the number of virtual machine operations exceeds 2147483647 then the value returned by this statement status code is undefined.
Implementation
const STMTSTATUS_VM_STEP = 4;