SetTimeout
SetTimeout How long you want the system to wait for a hard disk response
#include <Start.h> Start Manager
SetTimeout(count );
short count ; value indicating length of waiting period
returns none
SetTimeout lets you tell the system how long to wait for a hard disk
response.
count is the number of seconds you specify that the system should wait on
the hard disk. A zero in count specifies the default limit of 15
seconds. 31 seconds is maximum.
Returns: none