
Verification Script Engine Reference Manual
26.4 Pause()
Pauses script running. Later, script execution can be resumed or cancelled.
Format : Pause()
Example:
…
If( Something_Interesting() )
{
GotoEvent(); # Jump to the trace view
Pause(); # Pause script execution
}
…
Remark:
This function works only for VS Engine controlled via GUI. For VSEs controlled by
COM/Automation clients it does nothing.
When script execution is paused – the Run Verification Script – window will look like:
Komentarze do niniejszej Instrukcji