enumASimulateStatus Enum |
Version 9 |
Integer constants used with the OnSimulate events used to specify the way simulation is handled after the OnSimulate is called.
enumASimulateStatus can be one of the following:
Name |
Value |
Description |
aSimulateDone |
0 |
Simulation handled, return to caller |
aSimulateCallNext |
1 |
Simulation not done, call next handler (default) |
aSimulateCallSimulated |
2 |
Simulation skipped, call original simulated callee |