Prototype
subroutine EcsClearWatch(string: WatchCommandString)
Description
Clears or erases a specified watch string that will be used later in the processing with either the EcsWatch or the EcsWatchAndWait.
Parameters
WatchCommandString |
Output |
The string that will be cleared |
Return Value
N/A
Example
###******************************
### Actions to watch for screens
###******************************
action Watch is
call EcsClearWatch ( EcsWatchCommandString )
copy text of SettleTime_EF to SettleTime_IV
call EcsWatchForIIOff ( SettleTime_IV, EcsWatchCommandString )
call EcsWatchAndWait ( EcsTimeLimit, EcsWatchCommandString )