This Subprogram will service Client Process requests for the specified Time Interval.
Short Name Calling Sequence
STATUS = UITSPC(TIME)
Long Name Calling Sequence
STATUS = UI_TIMED_SERVICE_PROCESSES(...)
Input Arguments
TIME (Real) Time Interval (Secs)
Output Arguments
None
Function Value
UI__SUCCESS ) Success UISUCC )
UI__NOT_INITIALIZED ) Package not Initialized UININI )
Note:
CALL UIBEGINSERVICEPROCESSES(.FALSE.)
DO UNTIL (TIME)
CALL UISERVICEPROCESSES()
ENDDO
CALL UIENDSERVICEPROCESSES()
Thus it only services Client Output Requests for the specified time interval.