Rik's Treehouse > Babbling in Binary > My Software > Orphanware > R2DToo > R2DToo Help > Automation > SimPause

SimPause

Declaration
Parameters
Return Value
Remarks
Example
See Also

Declaration

object.SimPause()
Top of page

Parameters

object
Required. Always the name of a R2DToo.FrontEnd object.
Top of page

Return Value

None. Top of page

Remarks

Pauses a running simulation. Waits until simulation paused before returning.
Top of page

Example

' [VBScript] ' load Dim R2DToo Set R2DToo = Wscript.CreateObject("R2DToo.FrontEnd") ' first press run... R2DToo.SimRun() ' ...wait 5 seconds... WScript.Sleep(5000) ' ...then pause R2DToo.SimPause() ' unload Set R2DToo = nothing
Top of page

See Also

SimRun.
Top of page
[Rik's Office Hours] [Contact Rik]
Last updated: Fri Apr 30 2004, 1:47pm