' Classes/System/Threading/Timeout.ab #ifndef __SYSTEM_THREADING_TIMEOUT_AB__ #define __SYSTEM_THREADING_TIMEOUT_AB__ Namespace System Namespace Threading Class Timeout Public Const Infinite = -1 As Long End Class End Namespace 'Threading End Namespace 'System #endif