|
@@ -21,6 +21,9 @@
|
|
'
|
|
'
|
|
SuperStrict
|
|
SuperStrict
|
|
|
|
|
|
|
|
+Rem
|
|
|
|
+bbdoc: Other/Time
|
|
|
|
+EndRem
|
|
Module BRL.Time
|
|
Module BRL.Time
|
|
|
|
|
|
ModuleInfo "Version: 1.0"
|
|
ModuleInfo "Version: 1.0"
|
|
@@ -61,6 +64,9 @@ Function TimeUnitToMillis:ULong( value:ULong, unit:ETimeUnit )
|
|
End Select
|
|
End Select
|
|
End Function
|
|
End Function
|
|
|
|
|
|
|
|
+Rem
|
|
|
|
+bbdoc: A timeout exception.
|
|
|
|
+EndRem
|
|
Type TTimeoutException Extends TRuntimeException
|
|
Type TTimeoutException Extends TRuntimeException
|
|
|
|
|
|
Method New(message:String)
|
|
Method New(message:String)
|